DspWebContentGetURL
- Last UpdatedJul 18, 2023
- 1 minute read
Gets the current URL for a Web Content control on a graphics page.
Syntax
DspWebContentGetURL(INT nAN)
nAN:
The AN where the Web Content control is displayed.
Return Value
The current URL of the specified Web Content control as a string.
The following hardware alarms will be generated if not successful:
-
Cicode error message 303 will indicate that the AN is invalid or does not contain a Web Content object.
-
Cicode error message 583 will indicate that the URL is longer than 255 characters.
In both cases, an and an empty string will be returned.