I want to set a certain tabsheet active of a pageControl.
This works fine
Form1.PageControl_Main.ActivePageIndex:=1;
Can I say - and how -
Form1.PageControl_Main.ActivePageIndex:='Tabsheet22';
?
(I know, that an integer is no string, this was only to explain the idea)