Internet Direct (Indy)
Home
PreviousUpNext
IdDayNames Constant

Array containing names of the days of the week.

Pascal
IdDayNames: array[0..IdDaysInWeek] of string = ( '', SLongDayNameSun, SLongDayNameMon, SLongDayNameTue, SLongDayNameWed, SLongDayNameThu, SLongDayNameFri, SLongDayNameSat );

IdDayNames is an constant array that contains strings representing the names for the days of the week. IdDayNames[0] is an empty string. IdDayNames[1] contains 'Sunday', IdDayNames[2] contains 'Monday', etc.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.