Data.DBXCommon.TDBXWritableValue.SetAsBoolean
Delphi
procedure SetAsBoolean(const Value: Boolean); virtual;
C++
virtual void __fastcall SetAsBoolean(const bool Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DBXCommon.pas Data.DBXCommon.hpp | Data.DBXCommon | TDBXWritableValue | 
Description
Sets the value as a Boolean representation.
SetAsBoolean sets the value as a Boolean representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.