Data.DBXMemoryRow.TDBXMemoryRow.SetBoolean
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
Unit: Data.DBXMemoryRow | |
Parent: TDBXMemoryRow |
Delphi
procedure SetBoolean(DbxValue: TDBXBooleanValue; Value: Boolean); override;
C++
virtual void __fastcall SetBoolean(Data::Dbxcommon::TDBXBooleanValue* DbxValue, bool Value);
Description
Sets the Boolean value for the Boolean data types.
SetBoolean sets the Boolean value for TDBXMemoryRow instances of a data type stored as either True or False.