RegisterNavigator

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

void RegisterNavigator (fcURL.NavigateDelegate navigateDeligate)	

Method RegisterNavigator is used to register an instance as navigation hub.

Parameters

Name Description
fcURL.NavigateDelegate Add delegate to support other navigation hubs than the MDI window.
The NavigateDelegate is used by the framework or application where the running app doesn't have
a given navigation hub like a MDI window. In these cases a component that can act as navigation
hub register itself trough this delegate and will be called whenever a navigation is performed.

Returns

This method does not return a value.