HI_GetOBJURL
%HI_GetOBJURL, %HI_SetOBJURL functions
Function
The function %HI_SetOBJURL sets URL to a graphic object of Text, 3D Button, Bitmap a Windows control Push button and Static text type (control function).
The function %HI_GetOBJURL gets a current URL of the graphic object.
Declaration
%HI_SetOBJURL(
INT in refId,
TEXT in url
)
TEXT %HI_GetOBJURL(
INT in refId
)Parameters
refId | Reference to the graphic object (reference variable). |
url | The parameter of String type which represents URL. |