Skip to main content

TcxDataSummary.BeginUpdate Method

Prevents the TcxDataSummary object from being updated until the CancelUpdate or EndUpdate method is called.

Declaration

procedure BeginUpdate;

Remarks

Call the BeginUpdate method before you add a set of summaries. After all changes are made, you should call the EndUpdate method. If no changes have been made, you can call the CancelUpdate method.

See Also