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

TDataSet.AfterPost

Event called after changes have been posted to the underlying database

Declaration

Source position: db.pas line 1700

public property TDataSet.AfterPost : TDataSetNotifyEvent
  read FAfterPost
  write FAfterPost;

Description

AfterPost is triggered when the TDataset.Post operation was succesfully completed, and the dataset is again in dsBrowse state. If an error occured during the post operation, then the AfterPost event is not called, but the TDataset.OnPostError event is triggered instead.

See also

TDataset.BeforePost

  

Event called before changes are posted to the underlying database

TDataset.Post

  

Post pending edits to the database.

TDataset.State

  

Current operational state of the dataset

TDataset.OnPostError

  

Event triggered when a post operation fails.


Documentation generated on: Nov 14 2015