Function MsgBox() Foundation
Displays a message in a graphic dialog window.
MsgBox( <cMessage>, [<cTitle>] ) --> NIL
The return value of MsgBox() is always NIL.
The function MsgBox() displays text in a simple, graphic dialog window. A single "Ok" pushbutton is displayed under the text and is used to close the window.
The dialog window's size is determined by the operating system and can not be defined explicitly. If a very long text is to be displayed, this should be done using Xbase Parts (like XbpStatic or XbpMLE). Otherwise, parts of the text or the "Ok" pushbutton may be displayed outside the visible screen area.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.