Object o_constante

Unit

Declaration

type o_constante = object(TObject)

Description

Hierarchy

Overview

Fields

Public t: string;
Public ct: byte;
Public cf: byte;
Public x: byte;
Public y: byte;
Public lx: byte;

Methods

Public constructor init(it : string; 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;

Description

Fields

Public t: string;
 
Public ct: byte;

Chaine de caractŠres … afficher.

Public cf: byte;

Chaine de caractŠres … afficher.

Public x: byte;

Couleurs du texte (ct) et du fond (cf).

Public y: byte;

Couleurs du texte (ct) et du fond (cf).

Public lx: byte;

Couleurs du texte (ct) et du fond (cf).

Methods

Public constructor init(it : string; ict, icf, ix, iy, ilx : byte);

Coordonn‚es (x, y) et largeur (lx) de l'affichage

Public constructor load(var f : file);
 
Public destructor done;
 
Public procedure save(var f : file);
 
Public procedure display; virtual;
 
My libraries for Turbo Pascal (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.