Skip to main content

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

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