BBjImageManager::loadImageFromServerURL
Description
In BBj 20 and higher, this method loads a BBjImage object from a URL that can be accessed from the server.
Syntax
Return Value |
Method |
loadImageFromServerURL(string url) |
Parameters
Variable |
Description |
url |
The URL to be loaded. |
Return Value
Returns the image as a BBjImage object.
Remarks
The URL must be accessible from the server.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.