Recent

Author Topic: Tabsheet name should not display  (Read 332 times)

Prakash

  • Full Member
  • ***
  • Posts: 169
Tabsheet name should not display
« on: November 28, 2022, 07:53:34 am »
we would like to hide tabsheet name.

how this is possible .

We want to show single tab at a time without header .

Prakash

  • Full Member
  • ***
  • Posts: 169
Re: Tabsheet name should not display
« Reply #1 on: November 28, 2022, 08:06:10 am »
Sorry . I got answer

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2007
  • Fifty shades of code.
    • Delphi & FreePascal
Re: Tabsheet name should not display
« Reply #2 on: November 28, 2022, 08:25:50 am »
we would like to hide tabsheet name.

how this is possible .

We want to show single tab at a time without header .
Sorry . I got answer

Since you not told the how here is the answer for others that are watching this thread.
Select in Object Inspector the sheet you want to make invisible header,
in the properties change "TabVisible" to False.
To access that tab later, you need to programmatic access it via a "PageControl1.TabIndex := #" command, where PageControl1 is your pagecontrol name and # is the index of the tab you want to show.
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

 

TinyPortal © 2005-2018