Data.DBXCommon.TDBXBooleanValue.SetBoolean
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXBooleanValue | |
Delphi
procedure SetBoolean(const Value: Boolean); override;
C++
virtual void __fastcall SetBoolean(const bool Value);
Description
Sets the boolean value for boolean data types..
Sets the boolean value for TDBXValue instances with a data types of BooleanType..