Datasnap.DBClient.TCustomClientDataSet.DoOnNewRecord

From RAD Studio API Documentation

Delphi

procedure DoOnNewRecord; override;

C++

virtual void __fastcall DoOnNewRecord(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

OnNewRecord event dispatcher. {{#multireplace:Datasnap.DBClient.TCustomClientDataSet.DoOnNewRecord|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.DoOnNewRecord|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.DoOnNewRecord|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

OnNewRecord event dispatcher.

DoOnNewRecord is an OnNewRecord event dispatcher. Override this method to change the behavior of the dataset when an application inserts or appends a new dataset record.

See Also