Data.DB.TDataSet.PSReset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PSReset; virtual;

C++

virtual void __fastcall PSReset();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

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.

See Also