FMX.TabControl.TTabControl.Previous

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

bool __fastcall Previous(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 previous tab.

Use the Previous method to move over to the previous 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 previous tab.

See Also