Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDataController.OnBeforePost Event

In This Article

Occurs before saving changes made to the modified record if working in unbound or provider mode.

#Declaration

Delphi
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