Data.DBXCommonTable.TDBXActiveTableReaderItem.SetStreamerRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStreamerRow(const StreamerRow: TDBXStreamerRow); virtual;

C++

virtual void __fastcall SetStreamerRow(TDBXStreamerRow* const StreamerRow);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXActiveTableReaderItem

Description

For internal use only.

SetStreamerRow represents the protected setter method for the StreamerRow property. Do not use SetStreamerRow. It is for internal use only.

See Also