DoDisplayKeyword - cHtmlHelp
Selects a keyword in the Index and displays the related Topic
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| wKeyword | WString | The keyword in the index to select |
Syntax
Procedure DoDisplayKeyword WString wKeyword
Call Example
Send DoDisplayKeyword wKeyword
Description
The DoDisplayKeyword procedure opens the helpfile, selects the Index tab, highlights the keyword in the list and displays the related Topic.
If you wish to only select a keyword in the Index without displaying the topic, use the DoDisplayIndexString procedure instead.
| Col 1 | Col 2 |
|---|---|
| Note: | Before sending this method, you must set the psHelpFile property to the name of the helpfile. |