Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TComponent.Components

Indexed list (zero-based) of all owned components.

Declaration

Source position: classesh.inc line 2200

public property TComponent.Components[Index: Integer] : TComponent
  read GetComponent;

Description

Components provides indexed access to the list of owned components. Index can range from 0 to ComponentCount-1.

See also

ComponentCount

  

Count of owned components.

Owner

  

Owner of this component.


Documentation generated on: Jul 24 2023