Edit Field Object - Get Text

Gets the text currently in an Edit Field Object and stores it in a variable.

Action ID:
Action Category:
Action List Syntax:

78
Edit Field Object
<<VARIABLE>> = EditFieldObject[<<OBJECTNAME>>].GetText

Settings

Variable name:

The variable that will hold the Edit Field Object's text.

Object

The Edit Field Object whose text will be stored.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_EDIT_FIELD_OBJECT_GET_TEXT

MSG_ERR_EDIT_FIELD_OBJECT_GET_TEXT
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

Adding items to a list box (with data)

Replacing text in an edit field

Verifying a password