FMX.TabControl.TTabControl.GoToActiveTab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoToActiveTab;

C++

void __fastcall GoToActiveTab();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

Moves the title area of the tabs so that the active tab is visible.

The movement of the tabs is asynchronous.

See Also