BuiltIn.ShowMessage Method

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

Description

Displays a simple message box with the specified string and the OK button.

This method is available if the BuiltIn plugin is installed and enabled. The plugin is installed and enabled by default.

Declaration

BuiltIn.ShowMessage(Str)

Str [in]    Required    String    
Result None

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Str

The message to be displayed in the message box.

Result Value

None.

See Also

InputBox Method
InputQuery Method
MessageDlg Method

Highlight search results