JVCL Help:TJvTimer

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTimer
run\JvTimer.pas


Summary

Write here a summary (1 line)

run\JvTimer.pas


Pascal

 run\JvTimer.pas
 TJvTimer = class(TComponent);


Description

  1. 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.

run\JvTimer.pas


About

Navigation

run\JvTimer.pas



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