TcxNavigatorControlNotifier.RefreshNavigatorButtons Method
Notifies navigators registered in the notification list about changes in a navigated control.
Declaration
procedure RefreshNavigatorButtons;
Remarks
This method dispatches the call to the IcxNavigatorOwner.NavigatorStateChanged method.
To add a navigator to the collection of a navigated control’s listeners, use the AddNavigator method.
See Also