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.PostEditingData Method

In This Article

Posts edited data to a data source.

#Declaration

Delphi
procedure PostEditingData; virtual;

#Remarks

Use the PostEditingData method to post changes to a data source in the following scenarios:

  • An editor in which modifications have been made is still in edit mode.

  • Changes are made via the Values property (it is applicable in provider and unbound data modes).

See Also