Data.DB.TDataSet.InternalCancel
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure InternalCancel; virtual;
C++
virtual void __fastcall InternalCancel();
Description
Cancels the modification made to the current record of the dataset.
InternalCancel is internally used by Cancel to cancel the modification made to one or more fields belonging to the active record. The method is virtual and blank, so every TDataSet descendant must override this method in its specific way.