API:System.TVarArray
Delphi
TVarArray = record
C++
struct DECLSPEC_DRECORD TVarArray
{
public:
Word DimCount;
Word Flags;
int ElementSize;
int LockCount;
void *Data;
TVarArrayBoundArray Bounds;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | System.pas System.hpp |
System | System |
Description
Embarcadero Technologies does not currently have any additional information.