Up

_OPENhelp DEPRECATED

Open a local help file (*.chm).

Prototype :

fun [ObjWin P] ObjHelp

Return : ObjHelp always nil (object never created)

See also :

_openbrowserhttpP

Example :

fun main ()=
	let _CRwindow _channel nil 0 0 640 480 WN_NORMAL "Test Help file" -> win in
	(
	_OPENhelp win _checkpack "tests/os2d/window/17/help_mytool.chm";
	// do another things
	);
	0;;

Note :

This should not use to a new application. You could use _openbrowserhttpP instead.