All Cadcorp SIS API Methods

Message Method

Description

Shows a message in the message panel of the main window.

Syntax

Visual Basic
Public Function Message( _
   ByVal message As String _
) As Integer

Parameters

message
The message to display.

Remarks

Available: D MD

Group:

Example

sis.Message ("No Planning Application Selected")

Displays No Planning Application Selected in the message panel of the main window.