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);

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

 

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