Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDataSummary.BeginUpdate Method

In This Article

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

#Declaration

Delphi
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