Data.DBXCommonTable.TDBXActiveTableReaderList.AddDBXStreamerRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddDBXStreamerRow(const Row: TDBXStreamerRow; const RowHandle: Integer; const OwnsRow: Boolean; const IsParameterRow: Boolean): TDBXActiveTableReaderItem;

C++

TDBXActiveTableReaderItem* __fastcall AddDBXStreamerRow(TDBXStreamerRow* const Row, const int RowHandle, const bool OwnsRow, const bool IsParameterRow);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXActiveTableReaderList

Description

Used internally. Do not use this method.

Do not use the AddDBXStreamerRow method. AddDBXStreamerRow is used internally.

See Also