Object o_condition

Unit

Declaration

type o_condition = object(TObject)

Description

Hierarchy

Overview

Fields

Public n: p_condition;
Public c: char;
Public t: string;

Methods

Public constructor init(ic : char; it : string; i_n : p_condition);
Public constructor load(var f : file);
Public destructor done;
Public procedure save(var f : file);
Public function test_condition(cond : char) : boolean;
Public function get_texte(cond : char) : string;
Public function pred(cond : char) : char;
Public function succ(cond : char) : char;

Description

Fields

Public n: p_condition;
 
Public c: char;

Condition suivante

Public t: string;

Abr‚g‚ de la condition

Methods

Public constructor init(ic : char; it : string; i_n : p_condition);

Libell‚ de la condition

Public constructor load(var f : file);
 
Public destructor done;
 
Public procedure save(var f : file);
 
Public function test_condition(cond : char) : boolean;
 
Public function get_texte(cond : char) : string;
 
Public function pred(cond : char) : char;
 
Public function succ(cond : char) : char;
 
My libraries for Turbo Pascal (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.