Back to Devexpress

TcxDBFontNameComboBox Class

vcl-cxdbfontnamecombobox.md

latest2.6 KB
Original Source

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).

Inheritance

Show 17 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomComboBox TcxCustomFontNameComboBox TcxDBFontNameComboBox

See Also

TcxFontNameComboBox

Integrated Touch Gesture Support

TcxDBFontNameComboBox Members

cxDBFontNameComboBox Unit