class
	WEL_DELETE_ITEM_STRUCT

General
	cluster: wel
	description: 
		"Describes a deleted list box or combo box item. 
		The `lparam' parameter of a Wm_deleteitem message 
		contains a pointer to this structure. When an 
		item is removed from a list box or combo box 
		or when a list box or combo box is destroyed, 
		the system sends the Wm_deleteitem message to 
		the owner for each deleted item. "
	create: make_by_pointer

Ancestors
	WEL_STRUCTURE*
	WEL_WINDOWS_ROUTINES

Queries
	ctl_id: INTEGER_32
	ctl_type: INTEGER_32
	exists: BOOLEAN
	foreground_window: WEL_WINDOW
	is_equal (other: [like Current] WEL_DELETE_ITEM_STRUCT): BOOLEAN
	is_window (hwnd: POINTER): BOOLEAN
	item: POINTER
	item_data: POINTER
	item_id: INTEGER_32
	key_down (virtual_key: INTEGER_32): BOOLEAN
	key_locked (virtual_key: INTEGER_32): BOOLEAN
	key_to_string (key_data: INTEGER_32): STRING_32
	resource_string_id (an_id: INTEGER_32): STRING_32
	shared: BOOLEAN
	Structure_size: INTEGER_32
	system_directory: STRING_32
	tick_count: INTEGER_32
	window_item: WEL_CONTROL
	window_of_item (hwnd: POINTER): WEL_WINDOW
	windows_directory: STRING_32

Commands
	copy (other: [like Current] WEL_DELETE_ITEM_STRUCT)
	dispose
	hide_cursor
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	message_beep_asterisk
	message_beep_exclamation
	message_beep_hand
	message_beep_ok
	message_beep_question
	output_debug_string (s: STRING_GENERAL)
	set_cursor_position_absolute (x, y: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared
	show_cursor