[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
ParentFormHandleInitialized - called by ChildHandlesCreated of parent form
Source position: controls.pp line 1186
protected procedure TControl.ParentFormHandleInitialized; virtual; |
The form is a real connection to the target screen.
For example, the gtk under X gathers some screen information, but not before form creation.
But this information is needed to create DeviceContexts, which are needed to calculate Text Size and such stuff needed for AutoSizing.
That's why AdjustSize delays AutoSizing till this moment.
Now do the AutoSize.
lazarus-ccr.sourceforge.net |