Data.DB.TDataSet.InternalCancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalCancel; virtual;

C++

virtual void __fastcall InternalCancel();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

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.

See Also