Data.DBXMemoryRow.TDBXMemoryRow.SetStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStream(DbxValue: TDBXStreamValue;
StreamReader: TDBXStreamReader); override;

C++

virtual void __fastcall SetStream(Data::Dbxcommon::TDBXStreamValue* DbxValue, Data::Dbxcommon::TDBXStreamReader* StreamReader)/* overload */;

Properties

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

Description

Sets the stream reader for the TDBXStreamReader data types.

SetStream sets the stream reader for TDBXMemoryRow instances of a data type stored as TDBXStreamReader.

See Also