Object o_zone

Unit

Declaration

type o_zone = object(TObject)

Description

Hierarchy

Overview

Fields

Public pos_x: integer;
Public pos_y: integer;
Public largeur: integer;
Public hauteur: integer;
Public code_nul: boolean;
Public code_carac: char;
Public next: p_zone;

Methods

Public constructor init(x, y, l, h : word; cn : boolean; c : char; n : p_zone);
Public destructor done;

Description

Fields

Public pos_x: integer;
 
Public pos_y: integer;
 
Public largeur: integer;
 
Public hauteur: integer;
 
Public code_nul: boolean;
 
Public code_carac: char;

A vrai si caractŠre ‚tendu.

Public next: p_zone;
 

Methods

Public constructor init(x, y, l, h : word; cn : boolean; c : char; n : p_zone);
 
Public destructor done;
 
My libraries for Turbo Pascal (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.