[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 564

protected procedure TCustomForm.ChildHandlesCreated; override;

See also

TWinControl.ChildHandlesCreated

  

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.