Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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