Data.Bind.DBScope.TCustomBindScopeDB.Reset

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: protected
Source: Data.Bind.DBScope.pas
Unit: Data.Bind.DBScope
Parent: TCustomBindScopeDB

Delphi

procedure Reset(ABindComp: TBasicBindComponent); virtual;

Description

Resets the dataset.

The Reset method issues a dataset reset operation.

See Also