[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Owner of this component.
Source position: classesh.inc line 1869
public property TComponent.Owner : TComponent |
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.
|
Indexed list (zero-based) of all owned components. |
|
|
Insert the given component in the list of owned components. |
|
|
Remove the given component from the list of owned components. |