FMX.TabControl.TTabItem.ShowAsDot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowAsDot: Boolean read FShowAsDot write SetShowAsDot;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

Description

If ShowAsDot is true, then the StyleLookup property has the value tabdotstyle.

See Also