class
	WEL_CHARACTER_RANGE

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

Ancestors
	WEL_STRUCTURE

Queries
	exists: BOOLEAN
	item: POINTER
	maximum: INTEGER
	minimum: INTEGER
	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_range (a_minimum, a_maximum: INTEGER)
	set_shared
	set_unshared

Constraints
	positive minimum
	valid minumum maximum