Make tabs invisible to a tsPageControl Root › Technical support › Tricks This topic has 1 reply, 2 voices, and was last updated 13 years ago by Hamilton. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 1, 2011 at 5:16 pm #34870 neutssoftwareParticipant Hello, How can we make a tsPageControl tabs invisible. I use a tabwidth and tabheight = 0. Is there a better solution Cordially Jean-Luc November 2, 2011 at 4:25 am #47102 HamiltonParticipant Use one of the following: Code: sPageControl1.Pages[1].TabVisible := False; sTabSheet2.TabVisible := False; Regards, Hamilton Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks