[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Internal handler for activities after a form widget has been created.
Source position: controls.pp line 1393
protected procedure TControl.ParentFormHandleInitialized; virtual; |
Called by ChildHandlesCreated of parent form.
Functions like GetTextWidth require valid widgets and their device contexts. That's why AutoSizing is delayed till this moment.
lazarus-ccr.sourceforge.net |