ImageList_Kill

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > ImageList Control > ImageList Control Commands >

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