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