954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Hiding Tabs on TTabControl in a FireMonkey Application

hi

does anybody know how to hide Tabs on a TTabControl in a Firemonkey HD Application.

I Need a component that behaves the same way as a JVPageList in a standard VCL Forms Application and this is the closest thing available that i know i can use.

But i cant find any option to hide the tabs on the control.

does anybody know how i can hide them?

Regards

redrobby02
Newbie Poster
6 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 
TabControl1.Tabs[0].HideCaret;
AceStryker
Light Poster
47 posts since Aug 2011
Reputation Points: 10
Solved Threads: 2
 

That hides the cursor.

pritaeas
Posting Expert
Moderator
5,480 posts since Jul 2006
Reputation Points: 653
Solved Threads: 874
 

Try
tabcontrol1.Tabs[1].Visible := false;

cheers

o0Spyder0o
Newbie Poster
1 post since Mar 2012
Reputation Points: 10
Solved Threads: 0
 

Post: Markdown Syntax: Formatting Help
You