FMX.TabControl.TTabControl.TabIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabIndex: Integer read FTabIndex write SetTabIndex default -1;

C++

__property int TabIndex = {read=FTabIndex, write=SetTabIndex, default=-1};

Properties

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

Description

Specifies the index of the active tab.

Use the TabIndex property to set or get the index of the tab that is active (focused) on this tab control component. A value of 0 indicates that the first tab is active, while a value of -1 indicates that none of the tabs is active, or there are none present.

See Also