[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomForm.ChildHandlesCreated

Called after all child control handles are created. When this is a top level form (Parent=Nil) also invokes ParentFormHandleInitialized.

Declaration

Source position: forms.pp line 530

protected procedure TCustomForm.ChildHandlesCreated; override;

See also

TWinControl.ChildHandlesCreated

  

Called after all child handles have been created. Resets wcfCreatingChildHandles.