JVCL Help:TJvTFVarApptEvent

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 events that might need to change an appointment.

run\JvTFManager.pas


Pascal

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


Parameters

Parameters Description
Sender The object that called the event.
Appt The appointment that might be changed.

run\JvTFManager.pas


Description

This event type is used when the value of Appt may be changed in an event handler.

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