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

TcxMRUItem Class

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

Declaration

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