Open main menu

RAD Studio API Documentation β

FMX.TabControl.TNextTabAction.Direction

Delphi

property Direction;

C++

__property Direction = {default=0};

Properties

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

Description

Specifies the direction of transition the owner tab control uses when switching tab items.

FMX.TabControl.TNextTabAction.Direction inherits from FMX.TabControl.TTabControlAction.Direction. All content below this line refers to FMX.TabControl.TTabControlAction.Direction.

Specifies the direction of transition the owner tab control uses when switching tab items.

Direction can use the Normal and Reversed values defined in TTabTransitionDirection.

See the discussion in GotoVisibleTab.

See Also