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
BuiltIn.InputBox Method
BuiltIn.InputQuery Method
BuiltIn.MessageDlg Method