Timer_Message - DFTimer
Contains the message_id of the message to be sent on every timer event
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Timer_Message
| Access Type | Syntax |
|---|---|
| Read Access: | Get Timer_Message to IntegerVariable |
| Write Access: | Set Timer_Message to IntegerVariable/Value |
Description
The Timer_message property contains the message_id of the message to be sent on every timer event. You must define that message, or define an onTimer procedure, in which case you need not set this property.