Results 1 to 1 of 1

Thread: Hide TTabSheet (Lazarus)

  1. #1

    Hide TTabSheet (Lazarus)

    Hi, i have a TPagecontrol, with 5 TTabSheets. Now my problem is, that i want to show only some of these tabs at the same time. How can i hide a TTabSheet in lazarus?

    I have tried it in these ways...
    TTabsheet.visible:=False;
    TTabsheet.Hide;

    ...but this doesn't seem to work...

    Any ideas? Thanks!

    Edit:
    Oh figured it out. I just set the TTabSheet.Tabvisible property to false.
    Last edited by T-Bear; 23-12-2011 at 11:19 PM. Reason: Figured it out

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •