JVCL Help:DayStatesToString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: DayStatesToString function
[+] JvCalendar.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a TMonthDayState value into a comma separated list.
Pascal
run\JvCalendar.pas
functionDayStatesToString(Days: TMonthDayState): string;
Parameters
Parameters | Description |
Days: TMonthDayState | Parameter holding the days set as bold which are to be converted to a comma separated list. |
Description
DayStatesToString converts a TMonthDayState value into a comma separated list of those days that are set as bold in the Days parameter.
If no days are set, an empty string is returned.
See Also
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