Unit u_Calendar

Description

 

Uses

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);
 
My libraries for Turbo Pascal (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.