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

TcxCustomFontNameComboBoxProperties.FontItems Property

Provides access to the font list displayed within the font name combo box.

#Declaration

Delphi
property FontItems: TStrings read;

#Property Value

Type
TStrings

#Remarks

Use the FontItems property to programmatically access the list of font names displayed within the font name combo box. The list is updated every time the LoadFontNames procedure loads fonts into the TcxFontNameComboBox control.

See Also