vcl-cxdbnavigator.md
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.
TcxDBNavigator = class(
TcxCustomDBNavigator
)
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.
Show 11 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxCustomNavigator TcxCustomDBNavigator TcxDBNavigator
See Also