API:Datasnap.DBClient.TCustomClientDataSet.OnNewRecord
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: protected | |
| Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
| Unit: Datasnap.DBClient | |
| Parent: TCustomClientDataSet | |
Delphi
property OnNewRecord;
C++
__property OnNewRecord;
Description
Occurs when an application inserts or appends a new dataset record.
Datasnap.DBClient.TCustomClientDataSet.OnNewRecord inherits from Data.DB.TDataSet.OnNewRecord. All content below this line refers to Data.DB.TDataSet.OnNewRecord.
Occurs when an application inserts or appends a new dataset record.
Write an OnNewRecord event handler to take specific actions as an application inserts or appends a new record. OnNewRecord is called as part of the insert or append process. An application might use the OnNewRecord event to set initial values for a record or as a way of implementing cascading insertions in related datasets.
OnNewRecord is an event handler of type Data.DB.TDataSetNotifyEvent.