FireDAC.Comp.DataSet.TFDDataSet.DoBeforeInsert

From RAD Studio API Documentation

Delphi

procedure DoBeforeInsert; override;

C++

virtual void __fastcall DoBeforeInsert(void);

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. {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.DoBeforeInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.DoBeforeInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.DoBeforeInsert|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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