Skip to main content

TcxCustomFontNameComboBoxProperties.OnLoadFontComplete Event

Occurs after the font names have been successfully loaded.

Declaration

property OnLoadFontComplete: TNotifyEvent read; write;

Remarks

The OnLoadFontComplete event fires only when the TcxFontNameComboBox control has successfully finished loading the font names. In this case, the LoadFontComplete property has a value of True, otherwise it has a value of False.

Call the LoadFontNames method to load fonts into the TcxFontNameComboBox control programmatically.

See Also