Skip to main content

TcxNavigator Class

The navigator control that is used to navigate and manage data in external controls.

Declaration

TcxNavigator = class(
    TcxCustomNavigatorControl
)

Remarks

TcxNavigator is designed to manage external controls which do not have an assigned dataset. In contrast to a data-aware navigator, TcxNavigator is assigned to a control instead of the data source. This external control must implement the IcxNavigator interface, which in turn provides methods and properties to manipulate data. It must also provide the appropriate procedure for each navigator button.

All the navigator functionality is implemented by the button collection accessible via the Buttons property.

See Also