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

TDataSet.AfterCancel

Event triggered after a Cancel operation.

Declaration

Source position: db.pas line 1370

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

Description

AfterCancel is triggered when the TDataset.Cancel operation was succesfully 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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.