Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
TabbedBrowser Demo has Error on Run
-
- Posts: 21
- Joined: Tue Aug 03, 2021 7:23 pm
TabbedBrowser Demo has Error on Run
Errors on highlighted line in Delphi 10.4.2

You do not have the required permissions to view the files attached to this post.
Last edited by miket@cbofks.com on Thu Dec 23, 2021 12:23 am, edited 1 time in total.
- salvadordf
- Posts: 4620
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: TabbedBrowser has Error on Run
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.
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.
-
- Posts: 21
- Joined: Tue Aug 03, 2021 7:23 pm
Re: TabbedBrowser has Error on Run
Ah, I did not think to open the uBrowserFrame form, I should have thought of that. That fixed it. Thanks