Unit u_Calendar
Variables
Description
Uses
- Drivers
- Objects
- App
- Views
- Dos
- Dialogs
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Object T_Calendar_View |
|
Object T_Calendar_Window |
Functions and Procedures
procedure Register_Calendar; |
Types
P_Calendar_View = ˆT_Calendar_View; |
p_Calendar_Window = ˆT_Calendar_Window; |
Constants
DaysInMonth : array[1..12] of Byte =
(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); |
R_Calendar_View: TStreamRec = (
ObjType : 10200;
VmtLink : Ofs (TypeOf (T_Calendar_View)ˆ);
Load : @T_Calendar_View.Load;
Store : @T_Calendar_View.Store); |
R_Calendar_Window: TStreamRec = (
ObjType : 10201;
VmtLink : Ofs (TypeOf (T_Calendar_Window)ˆ);
Load : @T_Calendar_Window.Load;
Store : @T_Calendar_Window.Store); |
Description
Functions and Procedures
procedure Register_Calendar; |
Types
P_Calendar_View = ˆT_Calendar_View; |
p_Calendar_Window = ˆT_Calendar_Window; |
Constants
DaysInMonth : array[1..12] of Byte =
(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); |
R_Calendar_View: TStreamRec = (
ObjType : 10200;
VmtLink : Ofs (TypeOf (T_Calendar_View)ˆ);
Load : @T_Calendar_View.Load;
Store : @T_Calendar_View.Store); |
R_Calendar_Window: TStreamRec = (
ObjType : 10201;
VmtLink : Ofs (TypeOf (T_Calendar_Window)ˆ);
Load : @T_Calendar_Window.Load;
Store : @T_Calendar_Window.Store); |
Generated by PasDoc 0.16.0.