FireDAC.DatS.TFDDatSMechBase.GetRowsRange
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
| Unit: FireDAC.DatS | |
| Parent: TFDDatSMechBase | |
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);
Description
Embarcadero Technologies does not currently have any additional information.