IcxNavigatorOwner.RefreshNavigator Method
Repaints the navigator control.
Declaration
procedure RefreshNavigator;
Remarks
The RefreshNavigator method is implemented by navigator controls to repaint themselves (actually invalidate themselves telling windows to repaint them as soon as possible). You will probably have no need to use the RefreshNavigator control in most applications. The control is automatically repainted if its properties or properties of its buttons change.
Sometimes, you may need to call the NavigatorStateChanged method to force the control to update the enabled state of its buttons. Please refer to the method description for details.
See Also