Vcl.ComCtrls.TTextAttributes.Italic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Italic: Boolean index CFE_ITALIC read GetStyleElement write SetStyleElement;

C++

__property bool Italic = {read=GetStyleElement, write=SetStyleElement, index=2, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes

Description

Sets the font style to use Italic text.

See Also