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