isCursor()

The converseLib.isCursor() system function returns whether the EGL field name defined on the form has the cursor setting on. The contents of the field name variable is used to dynamically look up the associated form field variable at execution time.

Syntax

  converseLib.isCursor(textForm TextForm , fieldName string in [,occurrence int in])
  returns(result boolean)
textform
The specific text form that contains the field to be dynamically looked up is on.
fieldName
The string variable that contains the EGL variable name of the text field that is to be dynamically looked up.
occurrence
The optional occurrence integer is used to indicate which array element is to be used.
result
A boolean value that indicates whether the looked up field currently has the cursor on it.