VarArrayDimCount
Return the number of dimensions of the array.
Declaration
Source position: variants.pp line 129
function VarArrayDimCount(const A: Variant) : LongInt;
Description
VarArrayDimCount returns the number of dimensions of the array A. If A is not an array, zero is returned.
Errors
None.
See also
| Name | Description |
|---|---|
| VarArrayCreate | Create a variant array |
| VarArrayHighBound | Return lower bound of an array |
| VarArrayLowBound | Return lower bound of an array |