System.Variants.VarTypeAsText
Delphi
function VarTypeAsText(const AType: TVarType): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall VarTypeAsText(const System::Word AType);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Variants.pas System.Variants.hpp |
System.Variants | System.Variants |
説明
バリアント型を表す文字列を返します。
VarTypeAsText は、AType で指定したバリアント型の名前を示す短い文字列を返します。