psHelpFile - cHtmlHelp
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 (CHM) help file that you want your program to display.
| Col 1 | Col 2 |
|---|---|
| Note: | You will normally never set this property in this object. If you do not set this property explicitly, the class will use the helpfile designated in the application object's psHelpFile property. Using the cApplication object is the preferred technique. |