Make tabs invisible to a tsPageControl

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34870
    neutssoftware
    Participant

    Hello,

    How can we make a tsPageControl tabs invisible. I use a tabwidth and tabheight = 0. Is there a better solution

    Cordially

    Jean-Luc

    #47102
    Hamilton
    Participant

    Use one of the following:

    Code:
    sPageControl1.Pages[1].TabVisible := False;
    sTabSheet2.TabVisible := False;

    Regards,

    Hamilton

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.