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

TcxMRUFontNameItems.Items Property

Provides indexed access to MRU fonts.

Declaration

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