Skip to main content

TcxDataSummary.CancelUpdate Method

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

Declaration

procedure CancelUpdate;

Remarks

After the BeginUpdate method is called, a grid control does not receive notifications about summaries changing. When changes to summaries are complete, you should call the EndUpdate method. If no changes are made, you can call the CancelUpdate method. Unlike the EndUpdate method the CancelUpdate method does not send a notification to a grid control.

See Also