System.inform

Function/Meaning

Display message

Type
Systemclassmethod of
Syntax
inform(text, caption=)
Arguments
text

Specify the message to display.

caption

Specifies the string that will be the caption for the window.

Return value
None (void)
Explanation

Displays a window to show the message to the user.
Windows are displayed modally (that is, no other window can be manipulated while they are displayed).
It appears as a toast on Android and returns immediate control.
Also, caption has no meaning.