class
	WEL_TIMER_MESSAGE

General
	cluster: wel.messages
	description: "Information about message Wm_timer which is sent after each interval specified in the `set_timer' procedure used to install a timer."
	create: make

Ancestors
	WEL_MESSAGE_INFORMATION

Queries
	id: INTEGER
	l_param: INTEGER
	message: INTEGER
	w_param: INTEGER
	window: WEL_WINDOW

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