Classes.TList
From RAD Studio VCL Reference
Contents |
Delphi Information
From Classes.pas
TList = class(TObject)
Unit: Classes
Type: class
Inherited Class Members: Classes.TList Members
Class Properties: Classes.TList Properties
Class Methods: Classes.TList Methods
Class Constructors & Destructors: Classes.TList Constructors
Class Types: Classes.TList Types
C++ Information
From Classes.hpp
TList = class(TObject)
Unit: Classes
Type: class
Inherited Class Members: Classes.TList Members
Class Properties: Classes.TList Properties
Class Methods: Classes.TList Methods
Class Constructors & Destructors: Classes.TList Constructors
Class Types: Classes.TList Types
Description
TList stores an array of pointers.
TList, which stores an array of pointers, is often used to maintain lists of objects. TList introduces properties and methods to:
- Add or delete the objects in the list.
- Rearrange the objects in the list.
- Locate and access objects in the list.
- Sort the objects in the list.