changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- get_edit - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)

get_edit - Function

Description

Gets the text currently displayed in an edit.

Syntax

  text:=get_edit(window, edit);

  int    window;
  int    edit;
  string text;

Principal parameters

window - The id of the parent dialog window.
edit - The id of the edit.

Optional parameters

None.

Return value

A string holding a copy of the text displayed in the edit.

include(../../include/svnversion.inc) include(../../include/footer.inc)