System.Classes.TList.List

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property List: TPointerList read FList;

C++

__property TPointerList List = {read=FList};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TList

Description

Specifies the array of pointers that make up the Items array.

Use List to gain direct access to the Items array.

See Also