Back to Devexpress

TcxCustomDataSource.DataChanged Method

vcl-cxcustomdata-dot-tcxcustomdatasource-2c91f9e2.md

latest923 B
Original Source

TcxCustomDataSource.DataChanged Method

Notifies a data controller of data changes in the current data source.

Declaration

delphi
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

TcxCustomDataSource.AppendRecord

TcxCustomDataSource.DeleteRecord

TcxCustomDataSource.InsertRecord

TcxCustomDataSource Class

TcxCustomDataSource Members

cxCustomData Unit