FireDAC.DatS.TFDDatSMechBase.GetRowsRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRowsRange(var ARowList: TFDDatSRowListBase; out ABeginInd,
AEndInd: Integer): Boolean; virtual;

C++

virtual bool __fastcall GetRowsRange(TFDDatSRowListBase* &ARowList, /* out */ int &ABeginInd, /* out */ int &AEndInd);

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSMechBase

Description

Embarcadero Technologies does not currently have any additional information.