JVCL Help:TJvTFGetDaysApptDrawInfoEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFGetDaysApptDrawInfoEvent type
[+] JvTFDays.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type used to custom draw an appointment.
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. |
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.
See Also
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