Data.Bind.DBScope.TCustomBindScopeDB.Cancel

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 Cancel; virtual;

Description

Cancels any modifications to the active record if they are not yet posted.

The Cancel method internally calls Data.DB.TDataSet.Cancel to cancel any modifications to the active record if they are not yet posted.

See Also