Sets the value of a single cell in a multi-dimensional Variant array.
procedure VarArrayPut(var A: Variant; const Value: Variant; const Indices: array of Integer);
VarArrayPut(Variant A, const Variant Value, const array of Integer Indices);
Variants
Use VarArrayPut to set the value of a single cell in a multi-dimensional Variant array.
A is the Variant array that contains the cell to set.
Value is the value to assign to the specified cell.
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!
|