Vcl.ComCtrls.TTextAttributes.Strikeout

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Strikeout: Boolean index CFE_STRIKEOUT read GetStyleElement write SetStyleElement;

C++

__property bool Strikeout = {read=GetStyleElement, write=SetStyleElement, index=8, nodefault};

Eigenschaften

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


Beschreibung

Gibt an, ob der Text durchgestrichen ist oder nicht.

Siehe auch