Return the number of dimensions of the array.
Source position: variants.pp line 136
function VarArrayDimCount( |
const A: Variant |
):LongInt; |
A |
|
The variant to check. |
Number of array dimensions or zero if not array.
VarArrayDimCount returns the number of dimensions of the array A. If A is not an array, zero is returned.
None.
|
Create a variant array. |
|
|
Return lower bound of an array. |
|
|
Return lower bound of an array. |