Data.DBXMemoryRow.TDBXMemoryRow.SetDBXReader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDBXReader(DbxValue: TDBXReaderValue; Value: TDBXReader); override;

C++

virtual void __fastcall SetDBXReader(Data::Dbxcommon::TDBXReaderValue* DbxValue, Data::Dbxcommon::TDBXReader* Value);

Properties

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

Description

Sets the dbExpress unidirectional reader for the TDBXReader data types.

SetDBXReader sets the stream reader for TDBXMemoryRow instances of a data type stored as TDBXReader.

See Also