Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jhimmy

    search enteries

    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.
  2. jhimmy

    DateTime initialization

    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!

Part and Inventory Search

Back
Top