FMX.TabControl

From RAD Studio API Documentation
Jump to: navigation, search

Defines controls for multi-page tabs.

Package fmx240.bpl

Classes

TChangeTabActionImplements the standard action switching the focus to the specified tab.
TNextTabActionImplements the standard action switching the focus to the next tab from the currently active tab, in the specified tab control.
TPreviousTabActionImplements the standard action switching the focus to the previous tab from the currently active tab, in the specified tab control.
TTabControlTTabControl is a tab set that has the appearance of notebook dividers.
TTabControlActionThe base class for actions switching the focus among tabs in tab controls.
TTabItemTTabItem is a tab item in a TTabControl component.
TTabItemClass
TTabPositionHelperFor internal use. TTabPositionHelper is a record helper that provides fields for a scoped enumeration, the FMX.TabControl.TTabPosition type.
TTabTransitionDirectionHelperFor internal use. TTabTransitionDirectionHelper is a record helper that provides fields for a scoped enumeration, the FMX.TabControl.TTabTransitionDirection type.
TTabTransitionHelperFor internal use. TTabTransitionHelper is a record helper that provides fields for a scoped enumeration, the FMX.TabControl.TTabTransition type.

Types

TTabPositionSpecifies the position of the tabs on this TTabControl component.
TTabTransitionSpecifies the type of transition this TTabControl component uses when switching tab items.
TTabTransitionDirectionSpecifies the direction of the transition used when switching tab items.