Returns a Variant that represents a single value from a multi-dimensional Variant array.
function VarArrayGet(const A: Variant; const Indices: array of Integer): Variant;
Variant VarArrayGet(const Variant A, const array of Integer Indices);
Variants
Use VarArrayGet to obtain the value of a single cell from a multi-dimensional Variant array.
A is the Variant array that contains the desired value.
Indices is an array of index values, one for each dimension of the array.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|