Varkon MBS Programmers manual
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.
Varkon 1.19D svn # 120M