TcxNavigatorControlNotifier.AddNavigator(IcxNavigatorOwner) Method
In This Article
Adds a navigator to the collection of a navigated control’s listeners.
#Declaration
Delphi
procedure AddNavigator(ANavigator: IcxNavigatorOwner);
#Parameters
Name | Type |
---|---|
ANavigator | Icx |
#Remarks
ANavigator specifies the navigator that will receive notifications when changes occur to the navigated control.
To remove a navigator from the collection of a navigated control’s listeners, use the RemoveNavigator method.
See Also