High resolution multimedia timer.
A high resolution multimedia timer featuring threaded and message based event raising. The timer has a resolution downto 1 ms.
| Name | Type | Description |
|---|
| BlockAssign | Boolean | Block streaming of specific properties when storing only a "template". |
| Count | Int32 | Return the number of timer events triggered so far. |
| EditorActive | Boolean | Returns True, if the component editor is displayed. |
| Enabled | Boolean | Set this property to True to start the timer. |
| Frequency | Double | Set the Frequency to define the frequency in Herz of the timer events. |
| Interval | UInt32 | Defines the time in miliseconds between two timer events. |
| InThread | Boolean | Set this property to true, if you want the OnTimer event to run in its own thread. |
| Reference | TReferenceList | Stores a list of components that have to be notified, when this component is destroyed. |
| Resolution | UInt32 | Defines the timer resolution in miliseconds. |