Data.DBXCommonTable.TDBXActiveTableReaderItem.SetStreamerRow

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetStreamerRow(const StreamerRow: TDBXStreamerRow); virtual;

C++

virtual void __fastcall SetStreamerRow(TDBXStreamerRow* const StreamerRow);

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