Back to Devexpress

TcxDBMRUEdit Class

vcl-cxdbedit-48dcceb6.md

latest2.6 KB
Original Source

TcxDBMRUEdit Class

Represents a data-aware text editor that stores the list of most recently used items and allows the selection of a value from this list.

Declaration

delphi
TcxDBMRUEdit = class(
    TcxCustomMRUEdit
)

Remarks

A TcxDBMRUEdit control allows the editing of the contents of a text dataset field. This control represents a text editor that stores the most recently inputted strings in the associated dropdown list. The most recently accessed are placed at the top of the list. When a new string is added, it is placed at the top of the list. When an existing item is accessed, it is shifted to the first position.

The next image demonstrates the MRU editor painted in the native style:

The TcxDBMRUEdit class introduces the DataBinding property which allows you to connect a control to a dataset via the DataBinding.DataSource and DataBinding.DataField properties.

The Properties object controls various settings specific to MRU editors.

Inheritance

Show 17 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomComboBox TcxCustomMRUEdit TcxDBMRUEdit

See Also

TcxMRUEdit

Editor Properties

Integrated Touch Gesture Support

TcxDBMRUEdit Members

cxDBEdit Unit