Back to Devexpress

TcxMRUItem Class

vcl-cxclasses-c033c811.md

latest926 B
Original Source

TcxMRUItem Class

An item in a list of most recently used items (MRU list for short).

Declaration

delphi
TcxMRUItem = class(
    TObject
)

Remarks

An MRU list maintains the choices made by end-users for future use or tracking activities (such as filtering options applied to the ExpressQuantumGrid). TcxMRUItem is the base class for classes that implement these items. The only TcxMRUItem member is an abstract Equals function. Each TcxMRUItem descendant must implement this function to indicate if an item associated with the descendant’s instance is equal to another item.

Inheritance

TObject TcxMRUItem

See Also

TcxMRUItem Members

cxClasses Unit