Sets the value in the Parent property when the new parent component is a TWinControl instance.
Source position: controls.pp line 1456
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. |
|
TComponent.GetParentComponent |
CT Web help |
CodeTyphon Studio |