RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.TVarDataArray Type

TVarDataArray is an array of TVarData records.

Pascal
TVarDataArray = array of TVarData;
C++
array of TVarData TVarDataArray;

TVarDataArray represents a dynamic array of TVarData records. TVarDataArray is primarily used by methods like DoProcedure and DoFunction of the TInvokeableVariantType class in order to pass a list of parameters to the dynamically invoked methods in a Variant variable. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!