JVCL Help:TJvMonthCalendar2.BoldDays

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

Search in JVCL Help

 
Search in all projects
 

Summary

A list of bold dates.


Pascal

 propertyBoldDays: TStrings;


Description

BoldDays is a list of dates that have a bold state. The items in this list should be in one of two formats:

  1. 0000mm=daylist 2. yyyymm=daylist

daylist is a comma separated string denoting the days to be set to the bold state.
The first format denotes a recurring item, for which the specified days are set to the bold state for every year accessed.
The second format denotes a single item, for which the specified days are set to the bold state in the specified year only.
Adding a date already in the list, replaces the old item.
Use the Days and Bold properties to simplify adding and removing bolding info.


See Also

StringToDayStates


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