Thanks!!
I just read the FAQ's and then came across the Alphaconvert utility that did a perfect job!!!
I only ran into one problem:
after all TPageControls and TTabSheets were converted my project got an “Incompatible types: TsTabsheet and TTabsheet”
compilation error with every statement like:
PageControl1.ActivePage := PageControl1.Pages[10];
For now I have simply commented out those statements but is there a solution?