TTimer

From OpenEUO
Revision as of 15:53, 5 October 2010 by 46.127.27.108 (Talk) (Created page with "TTimer allows the user to generate recurring time-based events. Use one timer component for each timer in the application. The execution of the timer occurs through its OnTimer e...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TTimer allows the user to generate recurring time-based events. Use one timer component for each timer in the application. The execution of the timer occurs through its OnTimer event whenever the specified interval has elapsed.

Inherited from TComponent:

Inherited from TObject: