formGetText


function formGetText(textFieldID:integer):string;

Returns the text in the text field identified by its ID. If the 'textFieldID' does not identify a text field element, an empty string is returned.

See also: formAddTextField