TIDEEngine.BeginRegisterComponents Method
Begins a batch component registration operation to prevent toolbar updates until EndRegisterComponents is called.
Remarks
Call BeginRegisterComponents before registered two or more components in sequence using RegisterComponent. This will avoid the toolbars to be automatically updated for every component being registered, and will increase performance. Once you have done registering components, call EndRegisterComponents to update the toolbars.
Syntax
Unit: IDEMain
procedure TIDEEngine.BeginRegisterComponents;