FMX.TabControl.TTabItem.ShowAsDot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowAsDot: Boolean read FShowAsDot write SetShowAsDot;

C++

__property bool ShowAsDot = {read=FShowAsDot, write=SetShowAsDot, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem


Beschreibung

Wenn ShowAsDot True ist, dann hat die Eigenschaft StyleLookup den Wert tabdotstyle.

Siehe auch