Skip to main content

TcxCustomDBNavigator Class

Serves as the base class for classes that implement data-aware navigator controls, providing data management and navigation capabilities for controls bound to a data source.

Declaration

TcxCustomDBNavigator = class(
    TcxCustomNavigator,
    IcxNavigatorRecordPosition
)

Remarks

This class extends its ancestor class with the capability to bind to a data source via the DataSource property. In addition, the TcxCustomDBNavigator class introduces the Buttons property that provides access to a collection of buttons that perform specific actions on data source records. For instance, the First button moves the cursor to the first record in a bound dataset, the Insert button inserts a new record, etc.

TcxDBNavigator is a direct descendant of the TcxCustomDBNavigator class.

See Also