From what i've been told, most of the search engines will have them stored on their servers for faster access. Once you've typed in the search criteria, it will then access the computer where the links to websites are stored depending on the search criteria that you've entered.
I hope this helps.
you may also want to try this...
Drop a "Timer" and a "Label" on the Form and add the following code to the the Timer's "On Timer" Event
procedure TForm1.Timer1Timer(Sender:TObject);
begin
Label1.Caption:=timetostr(now);
end;
have fun!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.