Search code examples
delphitabsvcltpagecontrol

Delphi: what component is (TDockTabSet ?) and how to work with it?


enter image description here

Is this TDockTabSet for Delphi (highlighted)? Or an other component? How to work with it. I want to use it instead of TPageControl but with the same functionality - like Tab Sheets.

One more picture: http://www.tmssoftware.com/site/asg58.asp

Thanks!


Solution

  • That's not TDockTabSet. As part of the Windows GUI it's clearly not a Delphi component. What's more it is quite different in functionality.

    What you have highlighted is a page control with the tabs at the bottom. In Delphi terms it is TabPosition=tpBottom.