Navigation: thinBasic Modules > UI (User Interface) > CONTROLs > Dedicated Control Functions > ImageList > ImageList_Kill |
|
Description
Delete an ImageList. All allocated memory and resources are released.
Syntax
ImageList_Kill(iList)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
iList |
Number |
No |
Handle of the ImageList to delete. This is the handle returned by ImageList_New function |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |