Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDataSet.AfterCancel

Event triggered after a Cancel operation.

Declaration

Source position: db.pas line 1973

public property TDataSet.AfterCancel : TDataSetNotifyEvent
  read FAfterCancel
  write FAfterCancel;

Description

AfterCancel is triggered when the TDataset.Cancel operation was successfully completed, and the dataset is again in dsBrowse state.

See also

TDataset.BeforeCancel

  

Event triggered before a Cancel operation.

TDataset.Cancel

  

Cancel the current editing operation.

TDataset.State

  

Current operational state of the dataset.


Documentation generated on: Jul 24 2023