ParamCount Property

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

Description

Use the ObjMethod.ParamCount property to obtain the total number of method’s parameters.

Declaration

ObjMethodObj.ParamCount

Read-Only Property Integer
ObjMethodObj An expression, variable or parameter that specifies a reference to an ObjMethod object

Applies To

The property is applied to the following object:

Property Value

An integer value that specifies the total number of parameters of the given method.

See Also

ObjMethod.HasRetValue
ObjMethod.Name
ObjMethod.ParamName

Highlight search results