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

TcxMRUFontNameItems.Items Property

Provides indexed access to MRU fonts.

#Declaration

Delphi
property Items[Index: Integer]: TcxMRUFontNameItem read; write; default;

#Property Value

Type
TcxMRUFontNameItem

#Remarks

Use the Items property to access individual fonts within the list of MRU fonts. Each font within this list is represented by a TcxMRUFontNameItem instance.

If the font name combo box contains an MRU font list (the Properties.MaxMRUFonts property value is not 0), then fonts within the combo box are enumerated from the first item within the MRU list. That means, that if the ItemIndex property is assigned 1 and the MRU font list contains 3 items, the second item within the MRU list is selected, instead of the second combo box item.

See Also