BBjImageManager::loadImageFromServerJar
Description
In BBj 5.0 and higher, this method loads a BBjImage object from server-side jar file.
Syntax
Return Value |
Method |
loadImageFromServerJar(string filename) |
Parameters
Variable |
Description |
filename |
Name of file that contains the image to be loaded. |
Return Value
Returns the image as a BBjImage object.
Remarks
Use the full path to the file exactly as specified in the jar file.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.