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

In FMX.TTabControl, TabItem.Visible makes the whole tab invisible. And activating it show nothing. I know I can make it visible at that point.

But how can I hide all the tab headers instead ?

Nice obfuscated coding. Set TabPosition to None. Oh why oh why would I look there ?