TcxCustomDataController.OnAfterPost Event
Occurs after saving changes made to a record if working in unbound or provider mode.
Declaration
property OnAfterPost: TcxDataControllerNotifyEvent read; write;
Remarks
Write an OnAfterPost event handler to perform specific actions immediately after an application posts a change to the active record. The Post method generates the OnAfterPost event after a modification or insertion is made to a record.
Handle the OnBeforePost event to respond before posting the record changes to the dataset.
See Also