FMX.TabControl.TTabControlAction

Delphi
TTabControlAction = class(TCustomAction)
C++
class PASCALIMPLEMENTATION TTabControlAction : public Fmx::Actnlist::TCustomAction
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.
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
- FMX.TabControl.TTabControlAction.TabControl
- FMX.TabControl.TChangeTabAction
- FMX.TabControl.TNextTabAction
- FMX.TabControl.TPreviousTabAction