Page 1 of 1

TabbedBrowser Demo has Error on Run

Posted: Wed Dec 22, 2021 6:55 pm
by miket@cbofks.com
Errors on highlighted line in Delphi 10.4.2

Image

Re: TabbedBrowser has Error on Run

Posted: Wed Dec 22, 2021 7:21 pm
by salvadordf
Older Delphi versions have fewer control properties.

Open that project and double-click on all the forms and frames to show them inside the Delphi editor.
It will complain about some unknown properties but you will be able to save the form or frame with the right properties for your Delphi version.

After that you shouldn't have any problem running the demo.

Re: TabbedBrowser has Error on Run

Posted: Thu Dec 23, 2021 12:19 am
by miket@cbofks.com
Ah, I did not think to open the uBrowserFrame form, I should have thought of that. That fixed it. Thanks