FireDAC.Comp.DataSet.TFDDataSet.InternalCancel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalCancel; override;

C++

virtual void __fastcall InternalCancel();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Cancels the modification made to the current record of the dataset.

FireDAC.Comp.DataSet.TFDDataSet.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.

See Also