TdxCustomNavBar.EndUpdate Method
In This Article
Cancels the update lock established by the BeginUpdate method and forces immediate repainting of the control.
#Declaration
Delphi
procedure EndUpdate;
#Remarks
The EndUpdate method should be used in combination with the BeginUpdate method to perform batch modifications. Please refer to the BeginUpdate method description for details.
See Also