[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the Parent property.
Source position: forms.pp line 326
protected procedure TCustomFrame.SetParent( |
AParent: TWinControl |
); override; |
AParent |
|
New value for the Parent property. |
Updates the action list for child components or nested frames by calling AddActionList or RemoveActionList. Frees the Handle for the control when Parent has not already been assigned. Calls the inherited method to update the value in Parent. Performs automatic layout adjustments when the PixelsPerInch settings for the Parent and the frame instance have different value.
|
The control within which the control is shown. |
|
|
Sets the value for the Parent property. |
Version 4.0 | Generated 2025-05-03 | Home |