论坛


2022年9月29日 星期四

Preserve Internal State (/Window Handle) when Changing Parent or Style for an ActiveX Control – aka How To RecreateWnd “Properly” for TOleContainer ancestors

Žarko Gajić| Žarko Gajić-On Delphi Programming |11:55:43

In any (VCL) Delphi application more stuff happens behind the scenes than you might be aware of. As known, every (TWinControl descendant) control placed on a form (like TButton or TEdit) and even the (T)Form itself is actually a wrapper for a Wind...