TComponent.HasParent
Does the component have a parent ?
Declaration
Source position: classesh.inc line 2127
public
function HasParent : Boolean; Dynamic;
Description
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.
See also
Name | Description |
---|---|
HasParent | Does the component have a parent ? |
Owner | Owner of this component. |