class
	WEL_NOTIFY_MESSAGE

General
	cluster: wel
	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_32
	l_param: POINTER
	message: INTEGER_32
	nmhdr: WEL_NMHDR
	w_param: POINTER
	window: WEL_WINDOW

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