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