Make tabs invisible to a tsPageControl

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #47102
    Hamilton
    Participant

      Use one of the following:

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

      Regards,

      Hamilton

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.