TcxCustomFontNameComboBoxProperties.FontItems Property
Provides access to the font list displayed within the font name combo box.
Declaration
property FontItems: TStrings read;
Property Value
Type |
---|
TStrings |
Remarks
Use the FontItems property to programmatically access the list of font names displayed within the font name combo box. The list is updated every time the LoadFontNames procedure loads fonts into the TcxFontNameComboBox control.
See Also