TcxNavigatorControlNotifier.AddNavigator(IcxNavigatorOwner) Method
Adds a navigator to the collection of a navigated control’s listeners.
Declaration
procedure AddNavigator(ANavigator: IcxNavigatorOwner);
Parameters
Name | Type |
---|---|
ANavigator | IcxNavigatorOwner |
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