FMX.CalendarEdit.TCalendarEdit.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read GetFont write SetFont;

C++

__property Font _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
property public
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: Font is deprecated.

Specifies the font to use when rendering the text.

FMX.CalendarEdit.TCalendarEdit.Font inherits from FMX.Edit.TCustomEdit.Font. All content below this line refers to FMX.Edit.TCustomEdit.Font.

Specifies the font to use when rendering the text.

Set Font to specify the font to use when rendering the text. To change to a new font, specify a new TFont object. To modify a font, change the value of the Family, Size, or Style of the TFont object.

See Also