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