[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Returns the parent component.
Source position: classesh.inc line 1355
public function TComponent.GetParentComponent: TComponent; dynamic; |
GetParentComponentcan be implemented to return the parent component of this component. The implementation of this method in TComponentalways returns Nil. Descendent classes must override this method to return the visual parent of the component.
|
Does the component have a parent ? |
|
|
Owner of this component. |