Data.DBXCommon.TDBXBooleanValue.GetBoolean

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

Delphi

function GetBoolean: Boolean; override;

C++

virtual bool __fastcall GetBoolean()/* overload */;
inline bool __fastcall  GetBoolean(bool defaultValue){ return TDBXValue::GetBoolean(defaultValue); }

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXBooleanValue

説明

ブールデータ型のブール値を取得します。

BooleanType データ型の TDBXValue インスタンスのブール値を取得します。 IsNull が true の場合は,TDBXError 例外を送出します。