Data.DBXMemoryRow.TDBXMemoryRow.GetDBXReader
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
Unit: Data.DBXMemoryRow | |
Parent: TDBXMemoryRow |
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);
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.