Page 1 of 1

How to disable the bottom's inside link hint

Posted: Sun Jan 29, 2023 4:33 am
by was
The link's hint repeat showing,How to disable the bottom's inside link hint?

Thanks.

Clipboard02.jpg

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

Posted: Sun Jan 29, 2023 7:03 pm
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.