Returns the value in the Parent property.
Source position: controls.pp line 1682
public function TControl.GetParentComponent: TComponent; override; |
Value in the Parent property.
GetParentComponent gets the component / control which has the current class instance in its Components property. GetParentComponent is an overridden method in TControl, and re-implements the inherited method. It uses the value in the Parent property as the return value for the method. The inherited method always returns Nil.
|
The control within which the control is shown. |
|
TComponent.Components |
CT Web help |
CodeTyphon Studio |