Présentation
Documentation
L'équipe
Sérialisation
 
Programmes
Objets
Libs Utilitaires
Libs Internes
   
 
Editeur
Syntaxes
Windows
Versions
   

SCR/AL1 - TOME IV. Les librairies internes

2. La librairie scr4o

2.6 Fonctions d'affichage des PAGES

2.6.1 PG_display_field (file s_disp.c:48)

Syntax

PG_display_field(pg, fld_nb)
PAGE *pg;
int fld_nb;

Description

Affiche le champ fld_nb de la page pg. Avant l'affichage l'éventuelle DISPLAY_FN de ce champ est exécutée. Le code retour de cette ACTION n'est pas testé : le champ est affiché de toute façon.

Exemple

    PG_display_field(scr_incr, 0);

Voir également

PG_display_flds()

File s_disp.c

PG_display(pg)
PG_display_field(pg, fld_nb)
PG_display_flds(pg)
PG_display_im(pg)
PG_display_nr(pg, rev)
PG_undisplay(pg)

PG_display_nr (file s_disp.c:211)

Syntax

PG_display_nr(pg, rev)
PAGE *pg;
int rev;

Description

Copyright © 1998-2015 Jean-Marc Paul and Bernard PAUL - Envoyez vos remarques ou commentaires à bernard@xon.be