JVCL Help:StringToDayStates

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 comma separated list of day numbers into a TMonthDayState value.

run\JvCalendar.pas


Pascal

 run\JvCalendar.pas
 functionStringToDayStates(constS: string): TMonthDayState;


Parameters

Parameters Description
const S: string String containing a comma separated list of day numbers.

run\JvCalendar.pas


Description

StringToDayStates converts a comma separated list of day numbers into a TMonthDayState value. The string may not contain spaces. Numbers that fall outside the range 1..31 are ignored.

run\JvCalendar.pas


See Also

DayStatesToString

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