FMX.TabControl.TTabItem.IsSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSelected: Boolean read FIsSelected write SetIsSelected;

C++

__property bool IsSelected = {read=FIsSelected, write=SetIsSelected, nodefault};

Properties

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

Description

Property that has the True value when the TTabItem object is selected.

IsSelected is a property of TTabItem that has the Boolean value True if the tab item is selected. Otherwise, it has the Boolean value False.