IBX.IBCustomDataSet.TIBCustomDataSet.PSReset
Delphi
procedure PSReset; override;
C++
virtual void __fastcall PSReset();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBCustomDataSet |
Description
Resets the dataset so that it is positioned on the first record.
IBX.IBCustomDataSet.TIBCustomDataSet.PSReset inherits from Data.DB.TDataSet.PSReset. All content below this line refers to Data.DB.TDataSet.PSReset.
Resets the dataset so that it is positioned on the first record.
The provider calls PSReset to reposition the dataset on the first record before fetching records.
This method is an implementation of the IProviderSupport.PSReset method and, by default, is blank. To use it, every TDataSet descendant must override it in its specific way.