class
	WEL_FIND_ARGUMENT

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

Ancestors
	WEL_STRUCTURE

Queries
	exists: BOOLEAN
	item: POINTER
	range: WEL_CHARACTER_RANGE
	range_out: WEL_CHARACTER_RANGE
	shared: BOOLEAN
	string_to_find: WEL_STRING
	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_range (a_range: WEL_CHARACTER_RANGE)
	set_shared
	set_string_to_find (a_string_to_find: WEL_STRING)
	set_unshared