Skip to main content
A newer version of this page is available. .

TcxMRUItems Class

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

Declaration

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