vcl-cxfontnamecombobox-b140dfe6.md
Stores settings of a font name combo box editor (also called font picker).
TcxFontNameComboBoxProperties = class(
TcxCustomFontNameComboBoxProperties
)
Use TcxFontNameComboBoxProperties class properties to:
Specify the font preview area’s settings (FontPreview);
Manage the font types displayed within the list (FontTypes);
Specify the display position of font icons (Properties.ShowFontTypeIcon);
Manage the MRU font list (MaxMRUFonts and MRUFontNames).
Enable the incremental filtering feature and customize its options (IncrementalFiltering and IncrementalFilteringOptions).
To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.
A TcxFontNameComboBoxProperties object is referenced using the editor’s Properties property.
Show 11 items
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomDropDownEditProperties TcxCustomComboBoxProperties TcxCustomFontNameComboBoxProperties TcxFontNameComboBoxProperties
See Also