EMS.DataSetResource.TEMSDataSetAdaptor.SetPaging
Delphi
procedure SetPaging(ARecsSkip, ARecsMax: Integer); overload; virtual;
procedure SetPaging; overload;
C++
virtual void __fastcall SetPaging(int ARecsSkip, int ARecsMax)/* overload */;
void __fastcall SetPaging()/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | EMS.DataSetResource.pas EMS.DataSetResource.hpp |
EMS.DataSetResource | TEMSDataSetAdaptor |
Description
Embarcadero Technologies does not currently have any additional information.