TcxCustomFontNameComboBoxProperties.LoadFontComplete Property
Indicates whether the font names have finished loading.
Declaration
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