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 Chris Miller 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. nyilas

    start/stop at runtime

    Hi, A simple problem to be solved using Delphi OOP: A button counts an integer procedure TForm1.Button1Click(Sender: TObject); var i :int64; begin i:=0; (While not (i=10000000) do begin inc(i); if ?????????? end; showmessage(IntToStr(i)); end; I need a way to stop...

Part and Inventory Search

Back
Top