FMX.TabControl.TTabItem

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TTabItem = class(TTextControl, IGlyph)

C++

class PASCALIMPLEMENTATION TTabItem : public Fmx::Controls::TTextControl

Properties

Type Visibility Source Unit Parent
class public
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl FMX.TabControl

Description

TTabItem is a tab item in a TTabControl component. A TTabControl contains one or more TTabItem objects.

The Text property can be used to define an accelerator key to the control.

See Also

Code Examples