Unit u_htp
Uses
Variables
Description
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Record t_page |
Functions and Procedures
function htp_init: p_page; |
function htp_load(fich_name : string) : p_page; |
procedure htp_save(fich_name : string; page : p_page); |
Types
t_ecran = array [1..max_lig, 1..max_col] of char; |
t_ecr_list = array [1..max_lig*max_col] of char; |
p_page = ˆt_page; |
Constants
max_lig = 20; |
max_col = 80; |
Description
Functions and Procedures
function htp_init: p_page; |
function htp_load(fich_name : string) : p_page; |
procedure htp_save(fich_name : string; page : p_page); |
Types
t_ecran = array [1..max_lig, 1..max_col] of char; |
t_ecr_list = array [1..max_lig*max_col] of char; |
p_page = ˆt_page; |
Constants
max_lig = 20; |
|
Auteur: Patrick Premartin Date: 27/12/1991. 28/12/1991. 06/01/1992. 27/07/1992. Langage: Turbo Pascal 6.0 But: Gestion d'une page d'‚cran utilis‚e par 'Hyper Text Maker'. |
max_col = 80; |
Generated by PasDoc 0.16.0.