JVCL Help:TJvCustomMonthCalendar.DoGetDayState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomMonthCalendar.DoGetDayState Method
[+] TJvCustomMonthCalendar Events
[+] TJvCustomMonthCalendar Methods
[+] TJvCustomMonthCalendar Properties
Search in JVCL Help
Search in all projectsSummary
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