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

TcxMRUItems Class

A list of most recently used items (MRU list for short).

#Declaration

Delphi
TcxMRUItems = class(
    TObject
)

#Remarks

An MRU list maintains the choices made by end-users for future use or tracking activities (such as filtering options in the ExpressQuantumGrid). TcxMRUItems is the base class for MRU lists. Each item in these lists is a TcxMRUItem descendant.

The TcxMRUItems class provides the Add and ClearItems methods and, the Count and MaxCount properties for managing the MRU list’s contents. Use the Items property to access the contents (items). Call the IndexOf function to determine the position of a specific item within the MRU list.

#Inheritance

TObject
TcxMRUItems
See Also