Vcl.ComCtrls.TTextAttributes.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: TFontName read GetName write SetName;

C++

__property System::Uitypes::TFontName Name = {read=GetName, write=SetName};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes

Description

Specifies the typeface of the font described by the TTextAttributes object.

Use Name to specify the typeface of the font. Typefaces are strings of up to 32 characters used by Windows to identify a font. The Name is the identifier for the font that most font selection controls show.

See Also