class
	WEL_NOTIFY_MESSAGE

General
	cluster: wel.messages
	description: "Information about message Wm_notify which informs the parent window of a control that an event has occurred in the control or that the control requires some kind of information."
	create: make

Ancestors
	WEL_MESSAGE_INFORMATION

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

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