TdxCustomNavBar.EndUpdate Method
Cancels the update lock established by the BeginUpdate method and forces immediate repainting of the control.
Declaration
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