Show: Delphi
C++
Display Preferences
System.Variants.VarTypeAsText
From XE2 API Documentation
Delphi
function VarTypeAsText(const AType: TVarType): string;
C++
extern PACKAGE System::UnicodeString __fastcall VarTypeAsText(const System::Word AType);
Contents |
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