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 IamaSherpa 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. joniboy123

    Update a Form with data from loop?

    Ive tried to implement the thread into my form as follows, im pretty sure th thread file is fine but it refuses to go past here on the main form source, claiming that theres a declaration syntax error and a type name expected?? TRead *ReadThread; ReadThread = new TRead(false); is this a...
  2. joniboy123

    Update a Form with data from loop?

    just one more thing.... is there a very simple way to set-up a new thread of this type?? i realise im being very lazy and could look it up but whats the most basic way of doing it?? thanks!
  3. joniboy123

    Update a Form with data from loop?

    While the data is being displayed and updated i need the user to be able to use the other functions on the form. Is this possible with TTimer? Thanks
  4. joniboy123

    Update a Form with data from loop?

    Hi Ive made a program that uses a form, it does all the calculations and displays data at the press of a button. But some data is constantly changing. Ive got all the data in my program but how do i get my form to periodically retrieve it and display it? Do i have to put something in a main...

Part and Inventory Search

Back
Top