FMX.TabControl.TTabItem
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
- Mobile Tutorial: Using Tab Components to Display Pages (iOS and Android)
- FMX.TabControl.TTabControl
- Using Accelerator Keys