Occurs after an application writes the active record to the database or cache returns to browse state.
property AfterPost: TDataSetNotifyEvent;
Description
Write an AfterPost event handler to take specific action immediately after an application posts a change to the active record. AfterPost is called after a modification, deletion, or insertion is made to a record.
|
|