Reloads an image from the disk into the memory and updates all the current form and subform controls with that image.
|
Syntax:
|
ImageReload(String: File name)
|
Parameters:
|
File name - The name of the file to reload.
|
Returns:
|
A logical value.
False, if the file is not found on the disk or was not cached.
True, on successful command execution.
|
Example:
|
ImageReload('C:\myImagefile.png')
|
Note:
|
Only Online and Batch tasks support this function.
Parent programs, child tasks, and phantom tasks will not be refreshed.
|