class
	WEL_TREE_VIEW_ITEM

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

Ancestors
	WEL_BIT_OPERATIONS
	WEL_STRUCTURE*
	WEL_TVIF_CONSTANTS

Queries
	children: INTEGER_32
	children_is_valid: BOOLEAN
	exists: BOOLEAN
	h_item: POINTER
	is_equal (other: [like Current] WEL_TREE_VIEW_ITEM): BOOLEAN
	item: POINTER
	lparam: INTEGER_32
	lparam_is_valid: BOOLEAN
	mask: INTEGER_32
	shared: BOOLEAN
	state: INTEGER_32
	state_is_valid: BOOLEAN
	state_mask: INTEGER_32
	Structure_size: INTEGER_32
	text: STRING_32
	text_is_valid: BOOLEAN

Commands
	add_mask (a_mask_value: INTEGER_32)
	copy (other: [like Current] WEL_TREE_VIEW_ITEM)
	dispose
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_h_item (a_h_item: POINTER)
	set_image (image_normal, image_selected: INTEGER_32)
	set_item (an_item: POINTER)
	set_lparam (a_lparam: INTEGER_32)
	set_mask (a_mask_value: INTEGER_32)
	set_shared
	set_state (a_state: INTEGER_32)
	set_text (a_text: STRING_GENERAL)
	set_unshared
	structure_initialize