Data.DBXDelegate.TDBXDelegateWritableValue.SetAsBoolean
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
procedure SetAsBoolean(const Value: Boolean); override;
C++
virtual void __fastcall SetAsBoolean(const bool Value);
Description
Sets the value as a Boolean representation.
Data.DBXDelegate.TDBXDelegateWritableValue.SetAsBoolean inherits from Data.DBXCommon.TDBXWritableValue.SetAsBoolean. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsBoolean.
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.