FireDAC.Stan.Util.FDValToStr

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

Delphi

function FDValToStr(const AValue: Variant; AQuotes: Boolean): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDValToStr(const System::Variant &AValue, bool AQuotes);

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

説明

Variant の文字列表現を返します。


FDValToStr 関数は、AValue パラメータ値の文字列表現を返します。

AQuotes パラメータは、結果として得られる文字列を引用符で囲むかどうかを指定します。

関連項目