Up |
_OPENhelp DEPRECATED
Open a local help file (*.chm).
Prototype :
fun [ObjWin P] ObjHelp
- ObjWin : any button object
- P : a read-reference file
Return : ObjHelp always nil (object never created)
See also :
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.