ImgControl_SetImageBLOB¶
Assign a BLOB containing image data to an ImgControl form object.
ImgControl_SetImageBLOB(controlName; imageBLOBPtr) ➔ success
| controlName | Text | The name of the ImgControl form object. |
| imageBLOBPtr | Pointer | Pointer to the BLOB image. |
| success | Longint | Completion status: 1 on success, 0 otherwise. |
Assign a BLOB containing image data to the ImgControl form object named controlName.
Parameter imageBLOBPtr a pointer to the BLOB containing the image data.