earlrainer
Programmer
how can i hide the tabs on top of the tabsheet,without making the whole tabsheet invisible?
if i make tabvisible:=false then whole tabsheet disappears
if i make tabvisible:=false then whole tabsheet disappears
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
TabSheet1.TabVisible := False;
TabSheet2.TabVisible := False;
TabSheet3.TabVisible := False;