[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the number of dimensions of the array.
Source position: variants.pp line 129
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 |