FMX.TabControl.TTabItem.TabControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property TabControl: TTabControl read FTabControl;

C++

__property TTabControl* TabControl = {read=FTabControl};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem


Beschreibung

Gibt ein TTabControl-Objekt zurück, das diese Registerkarte enthält.

Hinweis: Sie können auf dieses TTabControl-Objekt nicht mit der Eigenschaft TTabItem.Parent zugreifen.

Siehe auch