Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxMRUItems.IndexOf(TcxMRUItem) Method

Determines the position (index) of an item within the current MRU list.

#Declaration

Delphi
function IndexOf(AItem: TcxMRUItem): Integer;

#Parameters

Name Type
AItem TcxMRUItem

#Returns

Type
Integer

#Remarks

Call the IndexOf function to determine the position (index) of the item specified by the AItem parameter within the current MRU list. This function returns -1 when the specified item does not exist within the current MRU list.

See Also