<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > TImage > TImage_Unload |
Description
UnLoads an image from memory.
Syntax
lRet = TImage_Unload(ImageID)
Returns
Numeric.
Parameters
Name |
Type |
Optional |
Meaning |
ImageID |
Number |
No |
The unique ID used during TImage_Load. |
Remarks
Restrictions
See also
Examples