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

TcxMRUItems.Items Property

Provides indexed access to the items within the current MRU list.

Declaration

property Items[Index: Integer]: TcxMRUItem read; default;

Property Value

Type
TcxMRUItem

Remarks

Use the Items property to access the items within the current MRU list using the index. To determine the index of a specific item, call the IndexOf function.

Use the Count property to get and set the number of items within the current MRU list. Use the MaxCount property to limit the maximum number of items within the list. To add new items to the current MRU list, call the Add method.

See Also