API:FMX.ComboEdit.TCustomComboEdit.Font

From RAD Studio API Documentation

Delphi

property Font: TFont read GetFont write SetFont;

C++

__property Font;

Properties

Type Visibility Source Unit Parent
property public
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TCustomComboEdit

Description

Specifies the font to use when rendering the text. {{#multireplace:FMX.ComboEdit.TCustomComboEdit.Font|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Edit.TCustomEdit.Font|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Edit.TCustomEdit.Font|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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