Running a procedure every x seconds

From: Simon (email_at_isonthewebsite.com)
Date: 12/27/04


Date: Mon, 27 Dec 2004 16:01:29 -0000

Hi,

I'm new to Delphi, so forgive me for the "noob" posting.

I have an application that reads an XML page from the web and saves the data
to a text file. At the moment this process is triggered manually from a
button press - what I want to do is remove the button and instead have this
process happen every 30seconds from when the application is launched.

What's the best way of doing this?

Thanks in advance,

Simon