FMX.TabControl.TTabControl.TabPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabPosition: TTabPosition read FTabPosition write SetTabPosition stored True;

C++

__property TTabPosition TabPosition = {read=FTabPosition, write=SetTabPosition, stored=true, nodefault};

Properties

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

Description

Specifies the position of the tabs on this TTabControl component.

The default value of the TTabPosition property is PlatformDefault. Refer to the TTabPosition help topic for the description of the possible tab positions.

See Also