FMX.TabControl.TTabTransition
Delphi
TTabTransition = (None, Slide);
C++
enum class DECLSPEC_DENUM TTabTransition : unsigned char { None, Slide, ttNone _DEPRECATED_ATTRIBUTE3("Use TTabTransition.None") = 0x0, ttSlide _DEPRECATED_ATTRIBUTE3("Use TTabTransition.Slide") = 0x1 };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.TabControl.pas FMX.TabControl.hpp |
FMX.TabControl | FMX.TabControl |
Description
Specifies the type of transition this TTabControl component will use when switching tab items.
The following table lists the values of TTabTransition:
| Name | Description |
|---|---|
None
|
Switching tab items will be done using no transition. |
Slide
|
Switching tab items will be done using a sliding transition. |