JVCL Help:TJvAlarms.DoAlarm
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAlarms.DoAlarm Method
[+] TJvAlarms Events
[+] TJvAlarms Methods
[+] TJvAlarms Properties
Search in JVCL Help
Search in all projectsSummary
Calls the OnAlarm event.
Pascal
procedureDoAlarm(constAlarm: TJvAlarmItem; constTriggerTime: TDateTime);
Parameters
Parameters | Description |
const Alarm: TJvAlarmItem | Reference to the alarm that fired. |
const TriggerTime: TDateTime | The time the alarm went off. |
Description
DoAlarm is a protected method that will call the assigned OnAlarm event if present. It's intended for descendants to call the OnAlarm event from their own code.
About
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