Back to Devexpress

TcxMRUEdit Class

vcl-cxmruedit.md

latest2.3 KB
Original Source

TcxMRUEdit Class

Represents a text editor displaying the list of most recently used items (MRU) within a dropdown window.

Declaration

delphi
TcxMRUEdit = class(
    TcxCustomMRUEdit
)

Remarks

A TcxMRUEdit 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 TcxMRUEdit class does not provide any new functionality but publishes the properties declared in base classes. 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 TcxMRUEdit

See Also

TcxDBMRUEdit

Editor Properties

Integrated Touch Gesture Support

TcxMRUEdit Members

cxMRUEdit Unit