This function is used to retrieve a resource identified by an URL to an IMAGE-type variable.
Context
Web client
Cloud client
Java client
Java server
Parameters
ALPHA(n) |
URL |
URL of the resource to retrieve. |
ALPHA(n) |
DestImg |
Destination IMAGE variable. |
BOOL |
ReturnCode |
Return code. |
Example
ALPHA(256) |
URL |
IMAGE |
DestImg |
BOOL |
ReturnCode |
URL = 'http://www.hardis-group.com/sites/all/themes/hardis/logo.png'
CALL_DLL 'VaToolbx.dll' 'VaToolBxCopyImageFromURL' URL DestImg ReturnCode
The resource to which the URL 'http://www.hardis-group.com/sites/all/themes/hardis/logo.png' points is copied to the DestImg IMAGE variable.