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

TcxDBFontNameComboBox Class

Represents a data-aware version of the TcxFontNameComboBox.

#Declaration

Delphi
TcxDBFontNameComboBox = class(
    TcxCustomFontNameComboBox
)

#Remarks

The TcxDBFontNameComboBox is a data-aware combo box control intended to work with the fonts (font names) currently installed in the system. Various control settings can be accessed by the Properties of a control.

The main features of the cxDBFontNameComboBox include:

  • selecting and preview fonts and font groups,

  • building the MRU (most recently used) fonts list,

  • adjusting the selected font attributes (bold, italic, underline and strikeout).

The data-aware functionality of the TcxDBFontNameComboBox is encapsulated in the DataBinding property. It allows you to specify DataSource and DataField to which the editor is bound.

This database field must contain string values (font names).

See Also