[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Does the component have a parent ?
Source position: classesh.inc line 1853
public function TComponent.HasParent: Boolean; dynamic; |
HasParent can be implemented to return whether the parent of the component exists. The implementation of this method in TComponent always returns False, and should be overridden by descendant classes to return True when a parent is available. If HasParent returns True, then GetParentComponent will return the parent component.
|
Does the component have a parent ? |
|
|
Owner of this component. |