Creates and fills a one-dimensional variant array.
function VarArrayOf(const Values: array of Variant): Variant;
Variant VarArrayOf(const array of Variant Values);
Variants
VarArrayOf returns a one-dimensional variant array with the elements given by the Values parameter
Values is an array of Variant values to convert into a Variant array.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|