FMX.TabControl.TTabControl.Next

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Next(ATransition: TTabTransition = TTabTransition.Slide;  const ADirection: TTabTransitionDirection = TTabTransitionDirection.Normal): Boolean;

C++

bool __fastcall Next(TTabTransition ATransition = (TTabTransition)(0x1), const TTabTransitionDirection ADirection = (TTabTransitionDirection)(0x0));

Properties

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

Description

Moves the active tab to the next tab.

Use the Next method to move over to the following tab, if it exists.

ATransition specifies the type of transition used to switch the tab.

ADirection specifies the direction in which the content of the tab is replaced with the content of the next tab.

See Also