vcl-cxdbfontnamecombobox.md
Represents a data-aware version of the TcxFontNameComboBox.
TcxDBFontNameComboBox = class(
TcxCustomFontNameComboBox
)
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).
Show 17 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomComboBox TcxCustomFontNameComboBox TcxDBFontNameComboBox
See Also