FMX.TabControl.TTabControl.TabCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabCount: Integer read GetTabCount;

C++

__property int TabCount = {read=GetTabCount, nodefault};

Properties

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

Description

Specifies the number of tabs that are present on this tab control component.

Read the TabCount property to obtain the number of tab items that this tab control component has. If there are no tabs present, reading the TabCount property obtains 0.

See Also