FireDAC.Comp.DataSet.TFDDataSet.DoBeforeInsert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeInsert; override;

C++

virtual void __fastcall DoBeforeInsert();

Properties

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

Description

BeforeInsert event dispatcher.

FireDAC.Comp.DataSet.TFDDataSet.DoBeforeInsert inherits from Data.DB.TDataSet.DoBeforeInsert. All content below this line refers to Data.DB.TDataSet.DoBeforeInsert.

BeforeInsert event dispatcher.

DoBeforeInsert is a BeforeInsert event dispatcher. Override this method to change the behavior of the dataset before an application enters insert mode.

See Also