ListView_ItemGetLabel()

Examples


The ListView_ItemGetLabel() function retrieves the label of the specified list view item.

Syntax

ListView_ItemGetLabel(list_view_field, item_index)

Parameters

list_view_field – The list view field containing the specified item.

item_index – A long integer specifying the list view item whose label is being retrieved.

Return value

A string containing the label of the specified item.


Documentation Feedback