Timer
This component lets you to execute codes or activate an event at regular intervals, when activated and the page is visible.The component is not visible during RunTime, while it can be managed like any other component during DesignTime.The component has the following properties:
- baseTime: base time in milliseconds (min. 100 ms). It may also be a variable
- enable: enables the timer to run. It may also be a variable.
- At regular intervals specified by the value baseTime, an OnTimer event will be generated to which a standard action of GF_Project (e.g. a script) can be associated.