FireDAC.Stan.Util.FDVarToBool

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

Delphi

function FDVarToBool(const AValue: Variant): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDVarToBool(const System::Variant &AValue);

プロパティ

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

説明

Variant を Boolean に変換します。


FDVarToBool 関数は、AValue パラメータを Boolean 値に変換したものを返します。

FDVarToBool は、AValuenull の場合には False を、そうでなければ AValue の実際の値を Boolean に変換したものを返します。

関連項目