ShowMsg procedure
Prototype: |
procedure ShowMsg (const Str: string); |
|
Description: |
This is a shortcut to the ShowMessage procedure. |
|
Syntax: |
ShowMsg(Str); |
|
Part |
Description |
|
Str |
Variable declared as string that is displayed in the message box. |
|
Return value: |
none |
|
Example:
Begin
ShowMsg('Measurement canceled');
End.
Output in Field-Map Data Collector:
![]()
See also:
ShowMessage; ShowMsg; ShowInformation; ShowWarning; ShowError; YesNoQuestion; BlinkingMessage; OpenWebPage
© 2024 IFER-Monitoring and Mapping Solutions