API:FMX.TabControl.TChangeTabAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.TabControl.TTabControlActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTChangeTabAction

Delphi

TChangeTabAction = class(TTabControlAction)

C++

class PASCALIMPLEMENTATION TChangeTabAction : public TTabControlAction

Properties

Type Visibility Source Unit Parent
class public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl FMX.TabControl

Description

The base class for actions switching the focus among tabs in tab controls.

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

The base class for actions switching the focus among tabs in tab controls.

TTabControlAction extends TCustomAction declaring the protected properties defining: TabControl – to which tab control belongs this tab control action; Transition – the type of transition among tabs in this tab control, and Direction – a direction of transition among tabs.

Your applications do not use the TTabControlAction class itself. Custom applications use descendant classes like TChangeTabAction, TNextTabAction, and TPreviousTabAction.

See Also

Code Examples