EPUB | CHM | PDF

TPSQLUpdateSQL.Events.OnRecordChangeComplete

Top Previous Next

Occurs after one or more records in the recordset change.

Syntax:

TRecordChangeCompleteEvent = procedure(DataSet: TPSQLDataSet;
  const Reason: TUpdateKind) of object;
property OnRecordChangeComplete: TRecordChangeCompleteEvent;

Description:

Write an OnRecordChangeComplete event handler to take specific action after one or more rows in the dataset component's Recordset object have changed.

DataSet is the TPSQLDataset component that triggered the OnRecordChangeComplete event. This dataset component also contains the recordset in question.

Reason indicates the type of change that triggered the event.