RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.VarTypeAsText Function

Returns variant type descriptive string.

Pascal
function VarTypeAsText(const AType: TVarType): string;
C++
AnsiString VarTypeAsText(const TVarType AType);

Variants

VarTypeAsText returns a short string that names the variant type indicated by AType. 

 

TVarData 

VarAsType 

VarTypeToDataType 

VarType

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