Create a variants array of a series of values.
Source position: variants.pp line 132
function VarArrayOf( |
const Values: array of Variant |
):Variant; |
Values |
|
Initial values for the elements in the array. |
The newly created variant array.
VarArrayOf creates a variant array with elements of type varVariant. The array has as many values as there are elements in Values and the element values are copied from Values.
If the array cannot be created, an EVariantError exception may be raised.
|
Raise an EVariantArrayCreateError error. |
|
|
Create a variant array. |
|
|
Convert a Dynamic Array To a Variant. |