[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event called after changes have been posted to the underlying database
Source position: db.pas line 1700
public property TDataSet.AfterPost : TDataSetNotifyEvent |
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.
|
Event called before changes are posted to the underlying database |
|
|
Post pending edits to the database. |
|
|
Current operational state of the dataset |
|
|
Event triggered when a post operation fails. |