System.PVarArray
Delphi
PVarArray = ^TVarArray;
C++
typedef TVarArray *PVarArray;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Is a pointer type to a TVarArray.
This is a pointer to a TVarArray data type, giving information about a safe array.