System.Classes.TPointerList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPointerList = array of Pointer;

C++

typedef System::DynamicArray<void *> TPointerList;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TPointerList is an array of pointers.

The List property of the TList class returns a PPointerList pointer to the list of pointers that TList holds. TPointerList describes this array of pointers.

See Also