Skip to main content

TcxNavigatorControlNotifier Class

Provides interaction between a navigated control and a navigator.

Declaration

TcxNavigatorControlNotifier = class(
    TObject
)

Remarks

Interaction participants must implement the following interfaces:

  • In a standalone mode (a navigator is linked to a navigated control via the navigator’s Control property), a navigated control implements the IcxNavigator interface.

  • In an embedded mode, a navigator implements the IcxNavigatorOwner interface.

The TcxNavigatorControlNotifier object is obtained via the IcxNavigator.GetNotifier function.

Inheritance

TObject
TcxNavigatorControlNotifier
See Also