Data.Bind.DBScope.TCustomBindScopeDB.Cancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Cancel; virtual;

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

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