FMX.TabControl.TTabControl.GetTabItem

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetTabItem(AIndex: Integer): TTabItem;

C++

TTabItem* __fastcall GetTabItem(int AIndex);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl


Beschreibung

Als protected deklarierte Getter-Implementierung für die Eigenschaft Tabs.

Siehe auch