TdxDockingController.EndUpdate Method
Cancels the update lock established by the BeginUpdate method and forces an immediate layout update.
Declaration
procedure EndUpdate;
Remarks
The EndUpdate method should be used in combination with the BeginUpdate method. Please refer to the BeginUpdate method description for details.
See Also