API:System.Classes.TPointerList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type 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

Embarcadero Technologies does not currently have any additional information.