Object o_condition
Unit
Declaration
type o_condition = object(TObject)
Description
Hierarchy
- TObject
- o_condition
Overview
Fields
![]() |
n: p_condition; |
![]() |
c: char; |
![]() |
t: string; |
Methods
![]() |
constructor init(ic : char; it : string; i_n : p_condition); |
![]() |
constructor load(var f : file); |
![]() |
destructor done; |
![]() |
procedure save(var f : file); |
![]() |
function test_condition(cond : char) : boolean; |
![]() |
function get_texte(cond : char) : string; |
![]() |
function pred(cond : char) : char; |
![]() |
function succ(cond : char) : char; |
Description
Fields
![]() |
n: p_condition; |
![]() |
c: char; |
Condition suivante |
![]() |
t: string; |
Abr‚g‚ de la condition |
Methods
![]() |
constructor init(ic : char; it : string; i_n : p_condition); |
Libell‚ de la condition |
![]() |
constructor load(var f : file); |
![]() |
destructor done; |
![]() |
procedure save(var f : file); |
![]() |
function test_condition(cond : char) : boolean; |
![]() |
function get_texte(cond : char) : string; |
![]() |
function pred(cond : char) : char; |
![]() |
function succ(cond : char) : char; |
Generated by PasDoc 0.16.0.