JVCL Help:TJvTimer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimer Class
[+] JvTimer.pas Classes
[+] TJvTimer Methods
[+] TJvTimer Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTimer
run\JvTimer.pas
Summary
Write here a summary (1 line)
Pascal
run\JvTimer.pas
TJvTimer = class(TComponent);
Description
- JVCLInfo
ATT: This component differs in it's behaviour from the standard TTimer-component:
The property "EventTime"defaults to tetPre. When EventTime is set to tetPost, the component behaves like a standard TTimer. (SetEnabled to True, then there is a pause of the specified duration and then the event fires) When EventTime=tetPre, the timer fires the first event directly after Enabled is set to true and waits afterwards.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page