TComponent.Components
Indexed list (zero-based) of all owned components.
Declaration
Source position: classesh.inc line 2137
public Property
Components[Index: Integer]: TComponent;
Description
Components provides indexed access to the list of owned components. Index can range from 0 to ComponentCount-1 .
See also
Name | Description |
---|---|
TComponent | Base class for all components that need owner-owned functionality. |
ComponentCount | Count of owned components |
Owner | Owner of this component. |