System.PVarArrayBound
Delphi
PVarArrayBound = ^TVarArrayBound;
C++
typedef TVarArrayBound *PVarArrayBound;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Pointer to TVarArrayBound.
TVarArrayBound stores information about a dimension of a safe array (number of elements and low index).