OpenWebPage procedure
Prototype: |
procedure OpenWebPage (const PageCaption,URL :string) |
|
Description: |
The procedure opens a window with a web page. |
|
Syntax: |
OpenWebPage(PageCaption, URL); |
|
Part |
Description |
|
PageCaption |
Variable declared as string that specifies a name of window with a web page. |
|
URL |
Variable declared as string that specifies the URL of the page to open. |
|
Return value: |
none |
|
Note: This function is available since version X7.
Example:
Begin
OpenWebPage('Field-Map', 'www.field-map.com');
End.
Output in Field-Map Data Collector:
![]()
See also:
ShowMessage; ShowMsg; ShowInformation; ShowWarning; ShowError; YesNoQuestion; BlinkingMessage; OpenWebPage
© 2024 IFER-Monitoring and Mapping Solutions