Maptitude GISDK Help |
Shows a message in a standard Windows message box.
ShowMessage(string message)
Argument |
Contents |
message |
The message to be displayed |
The Windows box contains an OK button to be pressed when the user has read the message.
Use "\n" to start a new line of text.
if result = null then ShowMessage("There was no result!")
else ShowMessage("The result was " + result)
ShowMessage("First line." + "\n" + "Second line.")
Function |
Summary |
Displays a Windows dialog box containing the contents of an array, including nested sub-arrays |
|
Converts a real number to a string |
|
Gets the text of the last error generated by the platform |
|
Creates an enhanced version of a standard Windows Messag |
©2025 Caliper Corporation | www.caliper.com |