System.UITypes.TFontName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFontName = type string;

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