ConditionSyntax.Left Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

The Left property lets you obtain or set the syntax element on the left side of the comparison or logical operator. To specify the operand on the right side, use the Right property.

Declaration

ConditionSyntax.Left

Read-Write Property Variant

Applies To

The property is applied to the following object:

Property Value

The Left property can hold one of the following values:

  • An InvokeSyntax object that corresponds to a variable, routine, property or method expression.
  • A ConditionSyntax object that corresponds to a comparison or logical expression.
  • A number, string, boolean or any other “simple” value.

Remarks

The Left property can be assigned a property or method result of the Sys, process, window or onscreen object, provided that this value is not an object. In this case, you should keep in mind the following:

  • The desired object can be addressed by its fully-qualified name via the Sys object as well as by a custom name via the NameMapping or Aliases object. Note, that you can only use those custom names that are specified in the NameMapping item of the user’s active project.

  • The object being referenced must exist, otherwise an error will occur.

See Also

OperatorType Property
Right Property
InvokeSyntax Object

Highlight search results