Description | | Loads an image from disk prompting the user with a 'file-open' dialog. | Syntax | | object.ImageLoad() | Return Type | | BOOL (boolean) |  | | | Return Values | | Constant | | Value | | Description | | TRUE | | non-zero | | The image was loaded successfully. | | FALSE | | zero | | An error occurred. |
Remarks If the control is bound to a data-source then the image will be deleted in the data-source. If the data-source cannot be updated (for example it is read only) FALSE will be returned |