Data.DBXMemoryRow.TDBXMemoryRow.GetBoolean

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Unit: Data.DBXMemoryRow
Parent: TDBXMemoryRow

Delphi

procedure GetBoolean(DbxValue: TDBXBooleanValue; var Value,
IsNull: LongBool); override;

C++

virtual void __fastcall GetBoolean(Data::Dbxcommon::TDBXBooleanValue* DbxValue, System::LongBool &Value, System::LongBool &IsNull);

Description

Gets the Boolean value for the Boolean data types.

GetBoolean gets the Boolean value for TDBXMemoryRow instances of a data type stored as either True or False.

See Also