Back to Devexpress

TcxDBNavigator Class

vcl-cxdbnavigator.md

latest2.1 KB
Original Source

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.

Inheritance

Show 11 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxCustomNavigator TcxCustomDBNavigator TcxDBNavigator

See Also

TcxNavigator

Integrated Touch Gesture Support

TcxDBNavigator Members

cxDBNavigator Unit