class
	WEL_LIST_VIEW_ITEM

General
	cluster: wel
	description: "Contains information about a list view control item."
	create: make_by_pointer, make_with_attributes, make

Ancestors
	WEL_LVIF_CONSTANTS
	WEL_LVIS_CONSTANTS
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	iimage: INTEGER_32
	iitem: INTEGER_32
	is_equal (other: [like Current] WEL_LIST_VIEW_ITEM): BOOLEAN
	isubitem: INTEGER_32
	item: POINTER
	lparam: INTEGER_32
	mask: INTEGER_32
	shared: BOOLEAN
	state: INTEGER_32
	Structure_size: INTEGER_32
	text: STRING_32

Commands
	add_mask (a_mask_value: INTEGER_32)
	copy (other: [like Current] WEL_LIST_VIEW_ITEM)
	dispose
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_iitem (value: INTEGER_32)
	set_image (image_normal: INTEGER_32)
	set_isubitem (value: INTEGER_32)
	set_item (an_item: POINTER)
	set_lparam (value: INTEGER_32)
	set_mask (value: INTEGER_32)
	set_shared
	set_state (value: INTEGER_32)
	set_text (a_text: STRING_GENERAL)
	set_text_with_wel_string (a_text: WEL_STRING)
	set_unshared
	structure_initialize