JVCL Help:TJvTFScheduleManager.OnGetApptDescription

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when an appointments description is accessed.


Pascal

 propertyOnGetApptDescription: TJvTFApptDescEvent;


Description

This event is fired anytime an appointment's Description property is read. You can modify the description as it is read without modifying the actual description that is stored in memory. This may come in handy for such things as encrypting/decrypting the description.
Caution: This event is every time an appt's description is read, internally or externally. Be wary of the performance of the code you call in this event.
Since this event is fired every time an appt's description is read (regardless of the purpose of the read), it is recommended that you use the OnGetApptDisplayText event if you only want to change how JTF displays the appt text, such as adding a Location and/or phone number that is not stored in the Description property of the appt. OnGetApptDisplayText is only called when JTF needs to display text for the appointment.


See Also

TJvTFScheduleManager.OnGetApptDisplayText, TJvTFScheduleManager.OnSetApptDescription


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