TComponent.Owner
Owner of this component.
Declaration
Source position: classesh.inc line 2143
public Property
Owner : TComponent;
Description
Owner returns the owner of this component. The owner cannot be set except by explicitly inserting the component in another component's owned components list using that component's InsertComponent method, or by removing the component from it's owner's owned component list using the RemoveComponent method.
See also
Name | Description |
---|---|
TComponent | Base class for all components that need owner-owned functionality. |
Components | Indexed list (zero-based) of all owned components. |
InsertComponent | Insert the given component in the list of owned components. |
RemoveComponent | Remove the given component from the list of owned components. |