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

TcxGridFilterMRUItem Class

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

Declaration

TcxGridFilterMRUItem = class(
    TdxFilterBoxMRUItem
)

Remarks

A list of most recently used items is used to maintain the choices (such as filtering options) made by end-users for future use or tracking activities. The TcxMRUItem class is the base class for classes which represent this kind of items. The Equals abstract function is the only member which is introduced by the TcxMRUItem class. When implemented in descendant classes this function determines whether the item which is represented by an instance of the TcxMRUItem class is equal to the specified item.

Inheritance

See Also