SCR/AL1 - TOME IV. Les librairies internes
2.10 Fonctions de lecture et d'assignation de valeurs
Syntax
unsigned char *SCR_get_editor(obj)
OBJ obj;
Description
Lit la valeur du champ de PAGE passé comme argument. Cet objet doit être de type EDITOR. Retourne le pointeur vers le texte correspondant.
Voir également
SCR_set_editor()
File s_pgmmt.c
PG_free_editor(pg)
unsigned char *SCR_get_editor(obj)
unsigned char *SCR_get_field_editor(pg, fld_nb)
SCR_set_editor(obj, text)
SCR_set_field_editor_title(pg, fld_nb, title)
PG_free_editor (file s_pgmmt.c:76)
Syntax
PG_free_editor(pg)
PAGE *pg;
Description
Libère dans une PAGE la mémoire (allouée) utilisée par les champs EDITOR.
Copyright © 1998-2015 Jean-Marc Paul and Bernard PAUL - Envoyez vos remarques ou commentaires à bernard@xon.be