Vcl.ComCtrls.TTextAttributes.Bold

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Bold: Boolean index CFE_BOLD read GetStyleElement write SetStyleElement;

C++

__property bool Bold = {read=GetStyleElement, write=SetStyleElement, index=1, nodefault};

Eigenschaften

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


Beschreibung

Gibt an, ob der Text fett ist oder nicht.

Siehe auch