FMX.TabControl.TTabItem.TabControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabControl: TTabControl read FTabControl;

C++

__property TTabControl* TabControl = {read=FTabControl};

Properties

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

Description

Returns a TTabControl object that holds this tab page.

Note: You cannot access this TTabControl using the TTabItem.Parent property.

See Also