TComponent Class

Namespace: System.Classes
TObject
  System.Classes.TComponent
    System.Timers.TTimer
    System.UI.Controls.TControl
type
 TComponent = class(TObject)
 end;

The TComponent type exposes the following members.

Show:
 NameDescription
ComponentCount

Represents property ComponentCount.

ComponentIndex

Represents property ComponentIndex.

Components[Integer]

Represents property Components[Integer].

Name

Represents property Name.

Owner

Represents property Owner.

Tag

Represents property Tag.

Top
Show:
 NameDescription
FindComponent(String)

Represents method FindComponent(String).

GetComponent(Integer)

Represents method GetComponent(Integer).

GetComponentCount

Represents method GetComponentCount.

GetComponentIndex

Represents method GetComponentIndex.

GetName

Represents method GetName.

GetOwner

Represents method GetOwner.

GetTag

Represents method GetTag.

SetComponentIndex(Integer)

Represents method SetComponentIndex(Integer).

SetTag(Integer)

Represents method SetTag(Integer).

Top

TComponent is an abstract base class and can not be instantiated directly.