Examples: ListView_ItemGetImage()


The following example uses the ListView_ItemGetImage() function to retrieve the image item number from the first item in the Explorer List list view field.

local long image_item;

image_item = ListView_ItemGetImage('Explorer List', 1);


Documentation Feedback