psHelpFile - cApplication
Name of the compiled HTML (CHM) helpfile to display
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psHelpFile
| Access Type | Syntax |
|---|---|
| Read Access: | Get psHelpFile to StringVariable |
| Write Access: | Set psHelpFile to StringVariable/Value |
Description
You should set the psHelpFile property to the fully-qualified filename of the Compiled HTML help file that you want your program to display. The type of help system is set with the peHelpType property.
set psHelpFile to "C:\MyApplication\Help\MyHelpFile.chm"
See Also