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

TdxPrintStyleManager.BeginUpdate Method

In This Article

Disables events generation.

#Declaration

Delphi
procedure BeginUpdate;

#Remarks

The BeginUpdate method is called before changing the list of available print styles. It prevents generation of the OnChangeCurrentStyle and OnStyleListChanged events. Make certain to call the EndUpdate method after calling the BeginUpdate method. Every call of the BeginUpdate method increases the internal counter (the UpdateCount property value) by one. Every call of the EndUpdate method decreases it by one. The above events can be fired only when the internal counter is 0.

See Also