如何在 FMX 中隐藏 TTabControl 的所有选项卡 headers

How do I hide all the tab headers of TTabControl in FMX

FMX.TTabControl中,TabItem.Visible使整个选项卡不可见。选择它什么都不显示。我知道那时我可以让它可见。

如何隐藏所有选项卡 headers?

TabControl.TabPosition设置为None

来自documentation

None

The tabs are rendered as small dots on top of the TTabControl component, in a lower-down centered position visible only at design-time. They can be used to switch and display the active tab. The small dots are not visible at run-time.