Date added/modified: 26 Apr 2003
I have done this again and again and yet, everytime I want to do this again, I don't remember how I did it. Hence, I have decided to put this tip here.
What if you want to hide just the tabs but show the pages just like a wizard with Prev, Next buttons. In Delphi 5, whatever I do in design view to solve this problem, it doesn't work. It seems to work only by code. The trick is to go through all the pages and set their TabVisible property to false. At the same time, the activePageIndex should be set to the desired page.