class
	WEL_CHARACTER_RANGE

General
	cluster: wel
	description: "Specifies a range of characters in a rich edit control."
	create: make_by_pointer, make_empty, make

Ancestors
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	is_equal (other: [like Current] WEL_CHARACTER_RANGE): BOOLEAN
	item: POINTER
	maximum: INTEGER_32
	minimum: INTEGER_32
	shared: BOOLEAN
	Structure_size: INTEGER_32

Commands
	copy (other: [like Current] WEL_CHARACTER_RANGE)
	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_minimum, a_maximum: INTEGER_32)
	set_shared
	set_unshared

Constraints
	positive minimum
	valid minumum maximum