class
	WEL_LV_DISPINFO

General
	cluster: wel.structs
	description: "LV_DISPINFO structure contains information needed to display an owner-drawn item in a list view control."
	create: make_by_nmhdr, make_by_pointer, make

Ancestors
	WEL_STRUCTURE

Queries
	exists: BOOLEAN
	hdr: WEL_NMHDR
	item: POINTER
	list_item: WEL_LIST_VIEW_ITEM
	shared: BOOLEAN
	Structure_size: INTEGER
	to_integer: INTEGER

Commands
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER)
	memory_copy (source_pointer: POINTER; length: INTEGER)
	set_item (an_item: POINTER)
	set_shared
	set_unshared