System.Variants.VarTypeAsText

提供: RAD Studio API Documentation
移動先: 案内検索

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 で指定したバリアント型の名前を示す短い文字列を返します。

関連項目