BBjImageManager::loadImageFromURL
Description
In BBj 20.00 and higher, this method loads a BBjImage object from a URL that can be accessed from the server.
Syntax
Return Value | Method |
---|---|
BBjImage | loadImageFromURL(string url) |
Parameters
Parameter | 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.