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.

How to disable the bottom's inside link hint

Post Reply
was
Posts: 3
Joined: Sun Jan 22, 2023 2:02 pm

How to disable the bottom's inside link hint

Post by was »

The link's hint repeat showing,How to disable the bottom's inside link hint?

Thanks.

Clipboard02.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4079
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to disable the bottom's inside link hint

Post by salvadordf »

Hi,

Add this code line in the TWVBrowser.OnAfterCreated event :

Code: Select all

WVBrowser1.StatusBarEnabled := False;
Rename WVBrowser1 with the name of your TWVBrowser instance.
Post Reply