RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.VarTypeIsValidArrayType Function

Indicates whether a Variant type code represents a type that can be used for the elements in a Variant array.

Pascal
function VarTypeIsValidArrayType(const AVarType: TVarType): Boolean;
C++
Boolean VarTypeIsValidArrayType(const TVarType AVarType);

Variants

VarTypeIsValidArrayType indicates whether AVarType is the type code for a Variant type that can represent the elements of a Variant array. This function is only intended for use with built-in Variant types. It returns false for custom Variant types, although they can be used for the elements of Variant arrays. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!