TCollection Class

Namespace: System.Classes
type
 TCollection = class(TPersistent)
 end;

The TCollection type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Top
Show:
 NameDescription
Add

Represents method Add.

Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TPersistent.)

AssignTo(TPersistent)

Represents method AssignTo(TPersistent). (Inherited from TPersistent.)

Clear

Represents method Clear.

Delete(Integer)

Represents method Delete(Integer).

GetCount

Represents method GetCount.

Top

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