BBjImageManager::loadImageFromClientURL
Description
In BBj 20.0 and higher, this method loads a BBjImage object from a URL that can be accessed from the client.
Syntax
Return Value |
Method |
loadImageFromClientURL(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 client.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.