ying32/govcl

TPageControl has no TabVisible property available

nxshock opened this issue · 2 comments

I want to use TPageControl without visible tabs. In GoVCLDesigner TPageControl.TabVisible property is available, but I want to create app without GoVCLDesigner.

Can you make TPageControl.TabVisible available from source code?

Confirmed, TTabSheet.SetTabVisible(false) for all of sheets does this job.