changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- upd_edit - Procedure}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Updates the text currently displayed in an edit.
upd_edit(window, edit, text); int window; int edit; string text;
window | - The id of the parent dialog window. |
edit | - The id of the edit. |
text | - The text to display. |
None. |