TdxTabbedMDIManager.BeginUpdate Method
In This Article
Prevents tabbed MDI children from being updated until the EndUpdate method is called.
#Declaration
Delphi
procedure BeginUpdate;
#Remarks
Use the BeginUpdate and EndUpdate methods to perform several sequential changes while updating MDI children only once.
See Also