System.UITypes.TFontName
Delphi
type TFontName = UnicodeString;
C++
typedef System::UnicodeString TFontName;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.UITypes.pas System.UITypes.hpp |
System.UITypes | System.UITypes |
Description
String that holds the typeface name of a font.
See Also
Code Examples