TcxCustomDataController.PostEditingData Method
Posts edited data to a data source.
Declaration
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