TcxCustomDataSource.DataChanged Method
Notifies a data controller of data changes in the current data source.
Declaration
procedure DataChanged; virtual;
Remarks
Call this method after data provided by the custom data source has been changed (when you insert or delete records). The DataChanged method forces the grid control to re-read data from the data source.
See Also