Closed nxshock closed 11 months ago
I want to use TPageControl without visible tabs. In GoVCLDesigner TPageControl.TabVisible property is available, but I want to create app without GoVCLDesigner.
TPageControl
TPageControl.TabVisible
Can you make TPageControl.TabVisible available from source code?
https://github.com/ying32/govcl/blob/master/samples/pagecontrolwizard/MainFormImpl.go
only windows.
Confirmed, TTabSheet.SetTabVisible(false) for all of sheets does this job.
TTabSheet.SetTabVisible(false)
I want to use
TPageControl
without visible tabs. In GoVCLDesignerTPageControl.TabVisible
property is available, but I want to create app without GoVCLDesigner.Can you make
TPageControl.TabVisible
available from source code?