Vcl.ComCtrls.TTextAttributes.Bold

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also