message

fnvoid message(string message)

Shows a message dialog with an OK button.

This displays a modal dialog with an information icon and the specified message. The user must click OK to dismiss.

Parameters

messageThe message to display Example:
message("Operation completed successfully.");