FMX.TabControl.TTabControl.HasActiveTab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasActiveTab: Boolean;

C++

bool __fastcall HasActiveTab();

Properties

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

Description

Determines whether there is an active tab in the tab control.

HasActiveTab returns True if one of the tabs in the tab control is selected and False otherwise.

The tab control has an active tab if TabIndex is between 0 and TabCount-1.

See Also