DELETEIMAGE |
Top Previous Next |
Syntax DELETEIMAGE(handle as UINT,iType as INT) Description Frees memory used by an image previously loaded with the LOADIMAGE statement. Type must be the same as specified in the LOADIMAGE statement. Parameters .handle - Handle to image returned by LOADIMAGE. iType - Type of image handle points to. Return value None Remarks See Also: LOADIMAGE Example usage DELETEIMAGE myimage,@IMGBITMAP |