Skip to main content

TcxDBFontNameComboBox Class

Represents a data-aware version of the TcxFontNameComboBox.

Declaration

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