Data.DBXMemoryRow.TDBXMemoryRow.GetBoolean

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

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

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