home *** CD-ROM | disk | FTP | other *** search
- unit hyperhlp;
-
- {*********************************************************}
- {*** Interface Section for **********}
- {*** Hyperhlp.TPU **********}
- {*** (C) 1989 Tone Zone Computing **********}
- {*** Permission granted to registered users **********}
- {*** to incorporate into Turbo Pascal Programs **********}
- {*********************************************************}
-
-
- interface
-
-
- Uses Dos, {Standard Boorland Unit}
- CRT, {Standard Boorland Unit}
- SCREENIO, {Windows, and Key Routines}
- HelpDef, {Standard Definitions for HelpEd}
- HYPFW, {Writing and Highlighting Routines}
- Keynames; {Names of all the keys you could press.}
-
-
- procedure PopTextCard(x:byte);
- {**** Usage : PopTextCard(nodenumber);
- Engages the help utility and enters the user into
- help screen 'x' }
-
-
- function openhelpfile(s:string):integer;
- {**** Usage : x:=Openhelpfile(filevar);
- Assigns the file (filevar) to be the current helpfile}
-
- function closehelpfile:integer;
- {**** Usage : x:=Closehelpfile;
- Closes the file and resets the POPTEXT system.}
-