TabSheet := TTabSheet.Create(PageControlName);
TabSheet.PageControl := PageControlName;
That's for adding the tabsheets dynamically.
As for the webbrowser, i have the code working with parent := control; and it does not say anything about read-only. Maybe in newer versions of delphi it is read only ... |