The Timer class implements the Timer development environment component that is used to execute any code over the determined time intervals.
| Property name | Brief description | |
| The Enabled property determines whether the timer is active. | ||
| The Interval property determines time interval of the timer. |
| Property name | Brief description | |
| ComponentCount | The ComponentCount property returns the number of child components, located on the parent component. | |
| Components | The Components property returns child property, the index of which is passed by the input parameter. | |
| Data | The Data property is used to store any custom data. | |
| Name | The Name property specifies the component name. | |
| Tag | The compiler does not use the Tag property. A user can change the value of the Tag property and use it as he wishes. |
| Event name | Brief description | |
| OnTimer | The OnTimer event occurs when the time set by the Interval property of the Timer component runs out. |
See also: