Data.DBXCommon.TDBXBooleanValue.GetBoolean
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXBooleanValue |
Delphi
function GetBoolean: Boolean; override;
C++
virtual bool __fastcall GetBoolean()/* overload */;
inline bool __fastcall GetBoolean(bool defaultValue){ return TDBXValue::GetBoolean(defaultValue); }
Description
Gets the boolean value for boolean data types.
Gets the boolean value for TDBXValue instances with a data types of BooleanType. Throws a TDBXError exception if IsNull is true.