System.Variants.VarTypeAsText
Delphi
function VarTypeAsText(const AType: TVarType): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall VarTypeAsText(const System::Word AType);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Variants.pas System.Variants.hpp | System.Variants | System.Variants | 
Description
Returns variant type descriptive string.
VarTypeAsText returns a short string that names the variant type indicated by AType.
See Also