Vcl.ComCtrls.TTextAttributes.Bold
Delphi
property Bold: Boolean index CFE_BOLD read GetStyleElement write SetStyleElement;
C++
__property bool Bold = {read=GetStyleElement, write=SetStyleElement, index=1, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTextAttributes |
Description
Indicates whether the text is Bold or not.