Called when handles for child control are created in the form instance.
Source position: forms.pp line 649
protected procedure TCustomForm.ChildHandlesCreated; override; |
ChildHandlesCreated is called after all handles for child controls are created. When this is a top-level form (Parent is Nil), the ParentFormHandleInitialized method is also called.
|
Called after all child handles have been created; resets wcfCreatingChildHandles. |
| Version 4.4 | Generated 2025-11-08 | Home |