JVCL Help:TJvTFApptEvent

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 appointment related events.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFApptEvent = procedure (Sender: TObject; Appt: TJvTFAppt) ofobject;


Parameters

Parameters Description
Sender Sender will be the object that fired the event, which is most likely to be a TJvTFScheduleManager.
Appt Appt will contain the appointment object that is being affected.

run\JvTFManager.pas


Description

The TJvTFApptEvent type is used for appointment related events such as OnPostAppt and OnDeleteAppt.

run\JvTFManager.pas


See Also

TJvTFScheduleManager.OnCreateAppt, TJvTFScheduleManager.OnDeleteAppt, TJvTFScheduleManager.OnDestroyAppt, TJvTFScheduleManager.OnPostAppt, TJvTFScheduleManager.OnRefreshAppt

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