Object o_constante
Unit
Declaration
type o_constante = object(TObject)
Description
Hierarchy
- TObject
- o_constante
Overview
Fields
![]() |
t: string; |
![]() |
ct: byte; |
![]() |
cf: byte; |
![]() |
x: byte; |
![]() |
y: byte; |
![]() |
lx: byte; |
Methods
![]() |
constructor init(it : string; ict, icf, ix, iy, ilx : byte); |
![]() |
constructor load(var f : file); |
![]() |
destructor done; |
![]() |
procedure save(var f : file); |
![]() |
procedure display; virtual; |
Description
Fields
![]() |
t: string; |
![]() |
ct: byte; |
Chaine de caractŠres … afficher. |
![]() |
cf: byte; |
Chaine de caractŠres … afficher. |
![]() |
x: byte; |
Couleurs du texte (ct) et du fond (cf). |
![]() |
y: byte; |
Couleurs du texte (ct) et du fond (cf). |
![]() |
lx: byte; |
Couleurs du texte (ct) et du fond (cf). |
Methods
![]() |
constructor init(it : string; ict, icf, ix, iy, ilx : byte); |
Coordonn‚es (x, y) et largeur (lx) de l'affichage |
![]() |
constructor load(var f : file); |
![]() |
destructor done; |
![]() |
procedure save(var f : file); |
![]() |
procedure display; virtual; |
Generated by PasDoc 0.16.0.