All Cadcorp SIS API Methods

Prompt Method

Description

Set the prompt to be displayed in the Status Bar when Callback commands are waiting for user input (for example GetPos or GetPosEx).

Syntax

Visual Basic
Public Function Prompt( _
   ByVal prompt As String _
) As String

Parameters

prompt
The prompt to display.

Remarks

Available: D

Group:

Example

sis.Prompt ("Input")

Displays Input as a Message on the Status Bar.