msgField
The
msgField
property specifies the name of the text form field that displays a message in one of the following situations:
A validation error occurs.
You run the
converseLib.displayMsgNum()
system library function.
No default values are available for this property.
Example
The following example tells EGL to use the useForMessages field for validation or program-controlled error messages.
msgField = useForMessages
Related reference
Text form properties
displayMsgNum()
Feedback