Vcl.Graphics.TFont.IsScreenFont

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

Delphi

property IsScreenFont: Boolean read FIsScreenFont write FIsScreenFont;

C++

__property bool IsScreenFont = {read=FIsScreenFont, write=FIsScreenFont, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TFont


説明

IsScreenFont プロパティは、Windows が提供するグローバル スクリーン フォントであるフォントの場合、True を返します。

メモ: グローバル スクリーン フォントは、TScreen.IconFont、MenuFont、HintFont、MessageFont、および CaptionFont です。

関連項目