HelpContents
|
| Description |
This function will display the contents page for a help
file.
|
| Return |
integer
1, help shown ok
-1, show help failed
|
| Access |
public
|
| Arguments |
| Argument |
DataType |
Description |
| as_HelpFile |
string |
Path to the help file to use. |
|
| Usage |
lnca_WH.HelpContents( 'pbbrtray.hlp' )
|
HelpFinder
|
| Description |
This function will open a help file and display the
three tabbed dialog.
|
| Return |
integer
1, help shown ok
-1, show help failed
|
| Access |
public
|
| Arguments |
| Argument |
DataType |
Description |
| as_HelpFile |
string |
Path to the help file to use |
|
| Usage |
lnca_WH.HelpFinder( 'pbbrtray.hlp' )
|
HelpPopUp
|
| Description |
This function will display a help topic from a help
file in a small popup window. This is used for showing
context help for windows with those little question
marks.
|
| Return |
integer
1, help shown ok
-1, show help failed
|
| Access |
public
|
| Arguments |
| Argument |
DataType |
Description |
| aw_parent |
window |
Parent window to attach help to
|
| as_HelpFile |
string |
Path to the help file to use
|
| al_Topic |
long |
Topic number from the help file to display |
|
| Usage |
lnca_WH.HelpPopup( this, 'pbbrtray.hlp', 1 )
|