Bde.DBTables.TBDEDataSet.InternalCancel
Delphi
procedure InternalCancel; override;
C++
virtual void __fastcall InternalCancel(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
Cancels the modification made to the current record of the dataset.
Bde.DBTables.TBDEDataSet.InternalCancel inherits from Data.DB.TDataSet.InternalCancel. All content below this line refers to Data.DB.TDataSet.InternalCancel.
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.