FMX.TabControl.TTabControl.TabBarButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabBarButtons: TTabBarButtons read FTabBarButtons write SetTabBarButtons default DefaultButtons;

C++

__property TTabBarButtons TabBarButtons = {read=FTabBarButtons, write=SetTabBarButtons, default=3};

Properties

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

Description

Specifies the buttons to be displayed in the field names of the tabs.

The set of buttons displayed depends on various factors: the availability of the touch screen, the location of the headers, and the number of tabs.

See Also