System.Variants.VarToStrDef

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

Delphi

function VarToStrDef(const V: Variant; const ADefault: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall VarToStrDef(const System::Variant &V, const System::UnicodeString ADefault);

プロパティ

種類 可視性 ソース ユニット
function public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

説明

バリアントの値を文字列に変換します。

VarToStrDef 関数は,バリアント V のデータを文字列に変換し,その結果を返します。バリアントの値が Null の場合,VarToStrDef は ADefault を返します。

関連項目