TcxNavigatorControlNotifier.RemoveNavigator(IcxNavigatorOwner) Method
Removes a navigator from the collection of a navigated control’s listeners.
Declaration
procedure RemoveNavigator(ANavigator: IcxNavigatorOwner);
Parameters
Name | Type |
---|---|
ANavigator | IcxNavigatorOwner |
Remarks
ANavigator specifies the navigator that will be removed from the notification list.
To add a navigator to the collection of a navigated control’s listeners, use the AddNavigator method.
See Also