FMX.ComboEdit.TCustomComboEdit.Font

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Font: TFont read GetFont write SetFont;

C++

__property Font;

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TCustomComboEdit

説明

テキストをレンダリングする際のフォントを示します。

FMX.ComboEdit.TCustomComboEdit.Font は FMX.Edit.TCustomEdit.Font を継承しています。以下の内容はすべて FMX.Edit.TCustomEdit.Font を参照しています。

テキストをレンダリングする際のフォントを示します。

Font を設定して、テキストをレンダリングする際のフォントを指定します。 新しいフォントへ変更するには、新しい TFont オブジェクトを指定します。 フォントを変更するには、TFont オブジェクトの FamilySizeStyle の値を変更します。

関連項目