[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value in the Parent property when the new parent component is a TWinControl instance.
Source position: controls.pp line 1523
protected procedure TControl.SetParentComponent( |
NewParentComponent: TComponent |
); override; |
NewParentComponent |
|
New TWinControl instance used as the Parent for the control. |
Implements the dynamic method inherited from TComponent. When NewParentComponent is derived from TWinControl, the SetParent method is called to re-parent, position, and resize the control.
|
Sets the value for the Parent property. |
|
|
The control within which the control is shown. |
|
Version 4.0 | Generated 2025-05-03 | Home |