DynArrayFromVariant

Convert a variant to a dynamic arrayt

Declaration

Source position: variants.pp line 147

  procedure DynArrayFromVariant(var DynArray: Pointer; const V: Variant; 
                               TypeInfo: Pointer);

Description

DynArrayFromVariant transforms a variant array to a dynamic array. It uses TypInfo to calculate the length, element type and dimension of the array.

The opposite transformation can be performed with DynArrayToVariant .

See also

Name Description
DynArrayToVariant Convert a Dynamic Array To a Variant
VarArrayCreate Create a variant array
VarArrayCreateError Raise an EVariantArrayCreateError error
VarArrayOf Create a variants array of a series of values

results matching ""

    No results matching ""