JVCL Help:TJvCustomMonthCalendar.DoGetDayState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Called when the control needs day state information.


Pascal

 procedureDoGetDayState(varDayState: TNMDayState; varStateArray: TMonthDayStateArray); virtual;


Parameters

Parameters Description
var DayState: TNMDayState Variable to retrieve the day states in
var StateArray: TMonthDayStateArray An array to retrieve the day states in.


Description

DoGetDayState is called whenever the MicroSoft MonthCalendar control needs day state info.
DoGetDayState will fill the day state list with the values as set by the Bold, BoldDays and/or Days properties.
If an OnGetDayState event handler has been assigned it will be triggered.


See Also

TJvCustomMonthCalendar.Bold, TJvCustomMonthCalendar.BoldDays, TJvCustomMonthCalendar.Days, TJvCustomMonthCalendar.OnGetDayState


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