Data.DBXMemoryRow.TDBXMemoryRow.SetBoolean

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBoolean(DbxValue: TDBXBooleanValue; Value: Boolean); override;

C++

virtual void __fastcall SetBoolean(Data::Dbxcommon::TDBXBooleanValue* DbxValue, bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

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.

See Also