JVCL Help:TJvTFAppt.Color

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the background color of the appointment.


Pascal

 propertyColor: TColor;


Description

Use the Color property of TJvTFAppt to set the background color of an appointment, specific to that appointment.
The default value for this property is clDefault. When this property is set to clDefault, the JvTFDays control will use the color specified in the ApptAttr.Color property. In short, by specifying any value other than clDefault for this property you are "overriding" the color specified in the ApptAttr.Color property for an individual appointment.
Use TJvTFDays.GetApptDispColor to easily determine the background color of an appointment drawn in the JvTFDays control.


See Also

TJvTFDays.GetApptDispColor


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