Data.Bind.DBScope.TCustomBindScopeDB.Cancel
[–] 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.