System.PVarArrayBoundArray
Delphi
PVarArrayBoundArray = ^TVarArrayBoundArray;
C++
typedef TVarArrayBoundArray *PVarArrayBoundArray;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Is a pointer to a TVarArrayBoundArray.
PVarArrayBoundArray is a pointer to a TVarArrayBoundArray.