Skip to main content

TcxDataSummary.EndUpdate Method

Enables updating the TcxDataSummary object after the BeginUpdate method is called.

Declaration

procedure EndUpdate;

Remarks

The EndUpdate method should be called after all changes have been made to summaries. It sends a notification to a grid control about the changes made. If no changes have been made after calling the BeginUpdate method, it is recommended that you use CancelUpdate instead.

See Also