changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- get_edit - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Gets the text currently displayed in an edit.
text:=get_edit(window, edit); int window; int edit; string text;
window | - The id of the parent dialog window. |
edit | - The id of the edit. |
None. |
A string holding a copy of the text displayed in the edit.
include(../../include/svnversion.inc) include(../../include/footer.inc)