FMX.TabControl.TTabControl.TTabBarButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabBarButton = (Left, Right);

C++

enum class DECLSPEC_DENUM TTabBarButton : unsigned char { Left, Right };

Properties

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

Description

Type to define specialized controls, such as the left and right buttons of the tab control title area.

The TTabBarButton type can have one of these two values: Left or Right.

See Also