Vcl.ComCtrls.TCustomStatusBar.UseSystemFont

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UseSystemFont: Boolean read FUseSystemFont write SetUseSystemFont;

C++

__property bool UseSystemFont = {read=FUseSystemFont, write=SetUseSystemFont, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Beschreibung

Gibt an, ob die Statuszeile die Systemschriftart verwendet.

UseSystemFont gibt an, ob die Statuszeile die Systemschriftart verwendet. Mit der Eigenschaft Font können Sie die Schrifteinstellungen ändern.

Siehe auch