Data.DBXMemoryRow.TDBXMemoryRow.SetStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Unit: Data.DBXMemoryRow
Parent: TDBXMemoryRow

Delphi

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

C++

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

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