TdxDockingController.EndUpdate Method
In This Article
Cancels the update lock established by the BeginUpdate method and forces an immediate layout update.
#Declaration
Delphi
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