Maptitude GISDK Help

ShowMessage()

Summary

Shows a message in a standard Windows message box.

 

Syntax

ShowMessage(string message)

 

Argument

Contents

message

The message to be displayed

 

Notes

Example

if result = null then ShowMessage("There was no result!")

else ShowMessage("The result was " + result)

 

ShowMessage("First line." + "\n" + "Second line.")

 

See Also

Function

Summary

ShowArray()

Displays a Windows dialog box containing the contents of an array, including nested sub-arrays

String()

Converts a real number to a string

GetLastError()

Gets the text of the last error generated by the platform

TaskDialog()

Creates an enhanced version of a standard Windows Messag

©2025 Caliper Corporation www.caliper.com