Object o_zone_touche_iml

Unit

Declaration

type o_zone_touche_iml = object(o_constante_iml)

Description

No description available, ancestor o_constante_iml description follows

Hierarchy

Overview

Fields

Public cn: boolean;
Public cc: char;
Public effet: word;

Methods

Public constructor init(icn : boolean; icc : char; ieffet : word; i_n : longint; ict, icf, ix, iy, ilx : byte);
Public constructor load(var f : file);
Public destructor done;
Public procedure save(var f : file);
Public procedure display; virtual;
Public function test_clavier(tcn : boolean; tcc : char) : word; virtual;
Public function test_souris(mx, my : word) : word; virtual;

Description

Fields

Public cn: boolean;
 
Public cc: char;

Code Nul ?

Public effet: word;

Code CaractŠre

Methods

Public constructor init(icn : boolean; icc : char; ieffet : word; i_n : longint; ict, icf, ix, iy, ilx : byte);

Code retour de la zone.

Public constructor load(var f : file);
 
Public destructor done;
 
Public procedure save(var f : file);
 
Public procedure display; virtual;
 
Public function test_clavier(tcn : boolean; tcc : char) : word; virtual;
 
Public function test_souris(mx, my : word) : word; virtual;
 
My libraries for Turbo Pascal (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.