FMX.TabControl.TTabControl.ActiveTab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveTab: TTabItem read GetActiveTab write SetActiveTab stored False;

C++

__property TTabItem* ActiveTab = {read=GetActiveTab, write=SetActiveTab, stored=false};

Properties

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

Description

Specifies the currently active tab.

ActiveTab sets or gets the currently active (focused) tab item on the current tab control.

See Also