JVCL Help:TJvTFApptDescEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFApptDescEvent type
[+] JvTFManager.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type for getting and setting a description.
Pascal
run\JvTFManager.pas
TJvTFApptDescEvent = procedure (Sender: TObject; Appt: TJvTFAppt; var Description: string) ofobject;
Parameters
Parameters | Description |
Sender | The TJvTFScheduleManager that is firing the event. |
Appt | Appt is a reference to the appointment whose Description property is being read/written. |
Description
This event type is used for the OnGetApptDescription and OnSetApptDescription events in TJvTFScheduleManager.
Description is the appointment's description and is modifiable by you.
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