VarIsArray function
Prototype: |
function VarIsArray(const Data :variant) :boolean; |
|
Description: |
Indicates whether the specified Variant is an array. |
|
Syntax: |
variable:= VarIsArray(Data); |
|
Part |
Description |
|
variable |
variable declared as a boolean |
|
Data |
the Variant to check |
|
Return value: |
True if the given variant is an array. Otherwise, the function result is false. |
|
Note: This function is available since version X7.
See also:
SetArrayLength; GetArrayLength; VarArrayOf; VarArrayCreate; VarArrayDimCount; VarArrayLowBound; VarArrayHighBound; VarType; VarIsArray; VarIsNumeric; SetVarArrayValue; GetVarArrayValue
© 2024 IFER-Monitoring and Mapping Solutions