class
	WEL_MOVE_MESSAGE

General
	cluster: wel
	description: "Information about message Wm_move which is sent after a window has been moved."
	create: make

Ancestors
	WEL_MESSAGE_INFORMATION

Queries
	l_param: POINTER
	message: INTEGER_32
	w_param: POINTER
	window: WEL_WINDOW
	x: INTEGER_32
	y: INTEGER_32

Commands
	make (a_window: WEL_WINDOW; a_message: INTEGER_32; a_w_param, a_l_param: POINTER)