class
	WEL_MOVE_MESSAGE

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

Ancestors
	WEL_MESSAGE_INFORMATION

Queries
	l_param: INTEGER
	message: INTEGER
	w_param: INTEGER
	window: WEL_WINDOW
	x: INTEGER
	y: INTEGER

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