[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataSet.OnNewRecord

Event triggered when a new record is created.

Declaration

Source position: db.pas line 1768

public property TDataSet.OnNewRecord : TDataSetNotifyEvent
  read FOnNewRecord
  write FOnNewRecord;

Description

OnNewRecord is triggered by the TDataset.Append or TDataset.Insert methods when the buffer for the new record's data has been allocated. This event can be used to set default value for some of the fields in the dataset. If an exception is raised during this event handler, the operation is cancelled and the dataset is put again in browse mode (TDataset.State is again dsBrowse).

See also

TDataset.Append

  

Append a new record to the data

TDataset.Insert

  

Insert a new record at the current position.

TDataset.State

  

Current operational state of the dataset


Documentation generated on: May 14 2021