Field-Map Scripting

4.1.1.1.1 ShowMessage

ShowMessage procedure


Prototype:

procedure ShowMessage (const Str: string);

Description:

The procedure displays a message box containing a text specified by the Str parameter and an "OK" button.

Syntax:

ShowMessage(Str);


Part

Description


Str

Variable declared as string that is displayed in the message box.




Return value:

none




Example:


Begin
  ShowMessage('Measurement canceled');
End.


Output in Field-Map Data Collector:



See also:

ShowMessage; ShowMsg; ShowInformation; ShowWarning; ShowError; YesNoQuestion; BlinkingMessage; OpenWebPage