InvokeSyntax.IsProperty Property

Applies to TestComplete 14.0, last modified on January 23, 2019

Description

In some scripting languages, the way the user can refer to properties (or variables) and methods (or routines) is different. Use the InvokeSyntax.IsProperty property to specify whether the element to be invoked is a property (variable) or not.

Declaration

InvokeSyntax.IsProperty

Read-Write Property Boolean

Applies To

The property is applied to the following object:

Property Value

True if the element being invoked is a variable or a an object’s property. False, if it is a procedure, function or an object’s method.

See Also

InvokeSyntax.ClassValue Property
InvokeSyntax.InvokeName Property
InvokeSyntax.AddParameter Method

Highlight search results