RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.PDayTable Type

PDayTable is a pointer to a TDayTable type.

Pascal
PDayTable = ^TDayTable;
C++
^TDayTable PDayTable;

SysUtils

The TDayTable type points to a TDayTable variable. TDayTable declares a static array of 12 Words. It is principally used by the MonthDays constant to hold the number of days in a month for normal and leap years.

Note: Static arrays are declared with an immutable size.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!