This class is used for displaying message boxes.
Static methods | |
Delete Error Info Question Warning |
All Message functions can have up to three buttons:
Message boxes are modal, i.e. the program is paused until one button is clicked.
When the message box is closed, the index of the clicked button is returned.
PRINT Message("Program v0.3\\nVersion of 2006-03-28") PRINT Message.Info("Program v0.3\\nVersion of 2006-03-28", "Fine") PRINT Message.Warning("Your changes will be lost", "Save", "Ignore", "Cancel")