FMX.TabControl.TTabItem.Index

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Index: Integer read GetIndex write SetIndex stored False;

C++

__property Index = {stored=false};

Properties

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

Description

Specifies the index of the child object in the children array attached to this object.

FMX.TabControl.TTabItem.Index inherits from FMX.Types.TFmxObject.Index. All content below this line refers to FMX.Types.TFmxObject.Index.

Specifies the index of the child object in the children array attached to this object.

See Also