Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomFontNameComboBoxProperties.LoadFontComplete Property

Indicates whether the font names have finished loading.

#Declaration

Delphi
property LoadFontComplete: Boolean read;

#Property Value

Type
Boolean

#Remarks

Use the LoadFontComplete property to determine whether the names of the fonts have finished loading. Once loading has successfully completed, the FontItems property is populated with the names of the fonts, the LoadFontComplete property is set to True and the OnLoadFontComplete event is fired. Otherwise, the OnLoadFontComplete event is not fired and the LoadFontComplete property’s value is set to False.

See Also