Link to home
Create AccountLog in
Avatar of eNarc
eNarcFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Download Web Page, Find The Selected String.

Hi Experts!

how could I download a web page and then Find a String within the Page and if the string is found, it will edit1.text:='Found'; or edit1.text:='Not Found';

eNarc.
ASKER CERTIFIED SOLUTION
Avatar of 2266180
2266180
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
alternatively You can download page to file and search there.

uses urlmon;

Ā  UrlDownloadToFile(nil,PChar(URLString),PChar(FileName),0,nil);