JVCL Help:TJvTFApptDescEvent

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 getting and setting a description.

run\JvTFManager.pas


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.

run\JvTFManager.pas


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.

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