ARRAYDESC

A pointer to an ARRAYDESC is contained within the TYPEDESC, which describes a C-style array. The TYPEDESC describes the type of the array's elements and information describing the array's dimensions. It is defined as follows:

typedef struct tagARRAYDESC{

TYPEDESC tdescElem; // Element type.

unsigned short cDims; // Dimension count.

SAFEARRAYBOUND rgbounds[1]; // Variable length array containing one

// element for each dimension.

} ARRAYDESC;

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples