[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |