BuiltIn.IsPluginInstalled Method

Applies to TestComplete 15.63, last modified on April 10, 2024
This method is obsolete. See the Remarks section below.

Description

The IsPluginInstalled method checks whether a plugin with the specified name is installed and enabled in TestComplete and returns the result of the check.

Declaration

BuiltIn.IsPluginInstalled(PluginName)

PluginName [in]    Required    String    
Result Boolean

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

PluginName

Specifies the name of the desired plugin. This should be the same string as the one displayed in the Extensions dialog as the plugin name.

Result Value

True if the specified plugin is installed and enabled. False if the plugin is not installed or disabled in the Extensions dialog.

Remarks

This method is obsolete. It is supported for backward compatibility only. To check whether a plugin is installed and enabled in TestComplete, use the aqEnvironment.IsPluginInstalled method.

See Also

IsPluginInstalled Method
Installing Extensions

Highlight search results