JVCL Help:TJvTFSchedEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event type for schedule events.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFSchedEvent = procedure (Sender: TObject; Schedule: TJvTFSched) ofobject;


Parameters

Parameters Description
Sender The object that fired the event, which is most likely to be a TJvTFScheduleManager.
Schedule Contains the schedule object that is being affected.

run\JvTFManager.pas


Description

The TJvTFSchedEvent type is used for schedule related events, like OnCreateSchedule, OnDestroySchedule, OnNeedAppts and OnRefreshSched.

run\JvTFManager.pas


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