JVCL Help:TJvAlarms.OnAlarm

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The event to call when an alarm fires.


Pascal

 TJvAlarmEvent = procedure (Sender: TObject; const Alarm: TJvAlarmItem; const TriggerTime: TDateTime) ofobject;
propertyOnAlarm: TJvAlarmEvent;


Parameters

Parameters Description
TriggerTime The time the alarm went off.
Alarm Reference to the alarm that fired.
Sender Reference to the TJvAlarms component generating the event.


Description

OnAlarm is an event that will be called for each alarm that fires.


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