HI_GetURL
%HI_GetURL, %HI_SetURL functions
Function
The function %HI_SetURL sets URL to a graphic object of WebFrame type (control function).
The function %HI_GetURL gets a current URL of the graphic object.
Declaration
%HI_SetURL(
INT in refId,
TEXT in url
)
TEXT %HI_GetURL(
INT in refId
)Parameters
refId | Reference to the graphic object (reference variable). |
url | The parameter of String type which represents URL. |