API:Data.DBXDelegate.TDBXDelegateWritableValue.SetBoolean
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
procedure SetBoolean(const Value: Boolean); override;
C++
virtual void __fastcall SetBoolean(const bool Value);
Description
Sets the boolean value for boolean data types..
Data.DBXDelegate.TDBXDelegateWritableValue.SetBoolean inherits from Data.DBXCommon.TDBXWritableValue.SetBoolean. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetBoolean.
Sets the boolean value for boolean data types..
Sets the boolean value for TDBXValue instances with a data types of BooleanType..