Vcl.ComCtrls.TTextAttributes.Underline

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Underline: Boolean index CFE_UNDERLINE read GetStyleElement write SetStyleElement;

C++

__property bool Underline = {read=GetStyleElement, write=SetStyleElement, index=4, nodefault};

Eigenschaften

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


Beschreibung

Gibt an, ob der Text unterstrichen ist oder nicht.

Siehe auch