Navigation:  thinBasic Modules > UI (User Interface) > CONTROLs > Dedicated Control Functions > ImageList >

ImageList_GetCount

Previous pageReturn to chapter overviewNext page

 

Description

 

Returns the number of images present in the ImageList.

 

Syntax

 

nItems = ImageList_GetCount(iList)

 

Returns

 

Number

The number of items present in the ImageList.

 

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