Event called after changes have been posted to the underlying database.
Source position: db.pas line 1977
public property TDataSet.AfterPost : TDataSetNotifyEvent |
AfterPost is triggered when the TDataset.Post operation was successfully completed, and the dataset is again in dsBrowse state. If an error occurred 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. |