JVCL Help:TJvTFGetDaysApptDrawInfoEvent

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 used to custom draw an appointment.

run\JvTFDays.pas


Pascal

 run\JvTFDays.pas
 TJvTFGetDaysApptDrawInfoEvent = procedure (Sender: TObject; Appt: TJvTFAppt; DrawInfo: TJvTFDaysApptDrawInfo) ofobject;


Parameters

Parameters Description
Sender The TJvTFDays control that called the event.
Appt The appointment that is to be drawn.
DrawInfo Specifies the default appearance of the appointment.

run\JvTFDays.pas


Description

This type is used for the TJvTFDays.OnGetApptDrawInfo event. You can change the properties of the DrawInfo object in order to customize the appearance of the appointment. Please see TJvTFDaysApptDrawInfo for a list of properties that you can change.

run\JvTFDays.pas


See Also

TJvTFDaysApptDrawInfo

run\JvTFDays.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