TcxMRUItems Methods
A list of most recently used items (MRU list for short).| Name | Description |
|---|---|
| Add(TcxMRUItem) | Adds an item to the current MRU list. |
| ClearItems | Removes all items from the current MRU list. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| IndexOf(TcxMRUItem) | Determines the position (index) of an item within the current MRU list. |
| ToString | Inherited from TObject. |
See Also