System.SysUtils.PDayTable
Delphi
PDayTable = ^TDayTable;
C++
typedef TDayTable *PDayTable;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
pointer typedef  | 
		public | System.SysUtils.pas System.SysUtils.hpp  | 
        System.SysUtils | System.SysUtils | 
Description
PDayTable is a pointer to a TDayTable type.
The TDayTable type points to a TDayTable variable. TDayTable declares a static array of 12 Words. It is mainly 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.