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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

TabbedBrowser Demo has Error on Run

Post Reply
miket@cbofks.com
Posts: 21
Joined: Tue Aug 03, 2021 7:23 pm

TabbedBrowser Demo has Error on Run

Post by miket@cbofks.com »

Errors on highlighted line in Delphi 10.4.2

Image
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.
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: TabbedBrowser has Error on Run

Post 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.
miket@cbofks.com
Posts: 21
Joined: Tue Aug 03, 2021 7:23 pm

Re: TabbedBrowser has Error on Run

Post by miket@cbofks.com »

Ah, I did not think to open the uBrowserFrame form, I should have thought of that. That fixed it. Thanks
Post Reply