Topic: Search using text from editbox in internet

Hi I am trying to search through google the text from EditBox using a Button.
I try the command     OpenUrl('www.google.com') + From1.Edit1.Text;  but opens only google search machine

2 (edited by Destiny 2023-02-26 11:26:05)

Re: Search using text from editbox in internet

Hello v_podiris, test with Openfile ('www.google.com');

Destiny

Re: Search using text from editbox in internet

v_pozidis wrote:

... I try the command OpenUrl('www.google.com') + From1.Edit1.Text; ...

https://i.imgur.com/VzGY0wM.png

Re: Search using text from editbox in internet

Thank you all for your help.