JVCL Help:TJvTFScheduleManager.OnGetApptDisplayText

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 appointment's text needs to be displayed.


Pascal

 TJvTFGetApptDisplayTextEvent = procedure (Sender: TObject; Source: TComponent; Appt: TJvTFAppt; var DisplayText: string) ofobject;
propertyOnGetApptDisplayText: TJvTFGetApptDisplayTextEvent;


Parameters

Parameters Description
Appt The appointment object in question.
DisplayText The text that will be displayed.
Sender The object that is firing the event.
Source The component that is requesting the display text.


Description

This event is fired whenever a JvTFComponent or Control needs to display text for an appointment. DisplayText specifies the text that will be displayed, and is modifiable by you.


See Also

TJvTFScheduleManager.OnGetApptDescription, 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