JVCL Help:DayStatesToString

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a TMonthDayState value into a comma separated list.

run\JvCalendar.pas


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.

run\JvCalendar.pas


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.

run\JvCalendar.pas


See Also

StringToDayStates

run\JvCalendar.pas


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