FMX.TabControl.TChangeTabAction.Tab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tab: TTabItem read FTab write SetTab;

C++

__property TTabItem* Tab = {read=FTab, write=SetTab};

Properties

Type Visibility Source Unit Parent
property published
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TChangeTabAction

Description

Specifies the destination tab item for the switching transition.

Notice that the destination tab item can be any tab control in the application.

Notice that, by default, after assigning a TabItemName tab item, the component (control, menu item, toolbar button) gets the caption like Go to TabItemName.

Use the Direction and Transition properties to define the switching transition properties. See also the discussion in GotoVisibleTab.

See Also