UserText Property

Applies To
Vision Object: Text

Description
Renders user-defined character strings.

Usage

VGet  Sequence.Object.UserText, var
VSet  Sequence.Object.UserText, value
Sequence
String variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
String variable that will contain the value of the property.
value
String or string expression for the new value of the property.

Values
Default: Empty

Remarks
Set the character string to render in the Text object. UserText content will appear at the start of the search window, with ResultText1 to 3 content appearing after this.

See Also
Text Object, ResultText1 to 3 Property