JVCL Help:TJvCustomMonthCalendar.SetDayStates

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

Search in JVCL Help

 
Search in all projects
 

Summary

Sets the bold state for the currently visible days.


Pascal

 procedureSetDayStates(MonthCount: Integer; DayStates: arrayof TMonthDayState);


Parameters

Parameters Description
MonthCount: Integer Number of months to pass to the control
DayStates: array of TMonthDayState Array with day states for each month. Must be large enough to hold MonthCount elements or the number of partially visible months, whichever is the largest. The first element is assumed to be the first (partially) visible month.


Description

SetDayStates sets the bold state for the currently visible days. The method assumes the given array is at least the same size as the number of months currently visible (including partially visible months). It also assumes the first month in the array is the first (partially) visible month of the control.


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