ShowWarning procedure
Prototype: |
procedure ShowWarning (const Str: string); |
|
Description: |
The procedure displays a message box containing a yellow exclamation mark symbol, a text specified by the Str parameter and an "OK" button. |
|
Syntax: |
ShowWarning(Str); |
|
Part |
Description |
|
Str |
Variable declared as string that is displayed in the message box. |
|
Return value: |
none |
|
Example:
Begin
ShowWarning('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