Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDBNavigator Class

The navigator control that is used to move through the data of external datasets and perform operations on it, such as inserting a blank record, posting a record, etc.

#Declaration

Delphi
TcxDBNavigator = class(
    TcxCustomDBNavigator
)

#Remarks

Use this navigator control to manipulate data-aware controls. TcxDBNavigator lets an end-user control the dataset when editing or viewing data. When an end-user presses one of the navigator buttons, the appropriate action occurs in the dataset to which the navigator is linked. For instance, if a user clicks the Insert button, a blank record is inserted into the dataset.

Refer to the TcxDBNavigatorButtons topic for the list of the available navigator buttons.

In order to obtain additional information on using the TcxDBNavigator, refer to the following demos: EditorsLookupDemo, EditorsMaskDemo, IssueList, and MasterDetailCardDemo.

See Also