System.Variants.TVarDataArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TVarDataArray = array of TVarData;

C++

typedef System::DynamicArray<TVarData> TVarDataArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

TVarDataArray is an array of TVarData records.

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.

See Also