Skip to main content

TcxCustomNavigatorControl Class

Implements base navigator component functionality for working with unbound controls.

Declaration

TcxCustomNavigatorControl = class(
    TcxCustomNavigator
)

Remarks

Inherit from this class if you want to create your own visual navigator controls for working with unbound controls that implement the IcxNavigator interface. To provide any custom functionality, either apply custom actions to standard navigator buttons or extend them with custom buttons.

The TcxNavigator class is a direct TcxCustomNavigatorControl descendant.

See Also