Difference between revisions of "TTimer"

From OpenEUO
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 15:53, 5 October 2010

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: