class
	WEL_FIND_ARGUMENT

General
	cluster: wel
	description: "Contains information associated to 'EM_FINDTEXTEX' messages."
	create: make

Ancestors
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_FIND_ARGUMENT): BOOLEAN
	item: POINTER
	range: WEL_CHARACTER_RANGE
	range_out: WEL_CHARACTER_RANGE
	shared: BOOLEAN
	string_to_find: WEL_STRING
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_FIND_ARGUMENT)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_item (an_item: POINTER)
	set_range (a_range: WEL_CHARACTER_RANGE)
	set_shared
	set_string_to_find (a_string_to_find: WEL_STRING)
	set_unshared