MessageBoxes

Xojo Version 2021 r3.1

Description:

MessageBoxes are used to display messages to the user. They are not found in the Xojo library and must be created by and manipulated through the program code.

MessageBoxes only accept string values for output.

Syntax:

MessageBox("Hello World!")