Icon Component Property

property Component[Index: Integer]: TComponent

Available In: Client and Server Applications

Allows indexed access to all components owned by the component. If a component is created with a specific owner, then the component instance that is created is automatically added to the owner component's Component property. When an owner component is destroyed, all owned components are also automatically destroyed at the same time.
Image