Data.DBXMemoryRow.TDBXMemoryRow.GetDBXReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetDBXReader(DbxValue: TDBXReaderValue; var Value: TDBXReader; var IsNull: LongBool); override;

C++

virtual void __fastcall GetDBXReader(Data::Dbxcommon::TDBXReaderValue* DbxValue, Data::Dbxcommon::TDBXReader* &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 dbExpress unidirectional reader for the TDBXReader data types.

GetDBXReader gets the dbExpress unidirectional reader for TDBXMemoryRow instances of a data type stored as TDBXReader.

See Also