Data.DBXMemoryRow.TDBXMemoryRow.SetStream
[–] 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.