DoSyncToc - cHtmlHelp
Synchronizes the Table of Contents
Type: Procedure
Syntax
Procedure DoSyncToc
Call Example
Send DoSyncToc
Description
The DoSyncTOC procedure synchronizes the Table of Contents (TOC) with the current Topic being displayed. It will not switch to the TOC tab, if it is not selected. To display the TOC tab, use the DoDisplayTOC procedure.
The HTML help system supports a feature which automatically synchronizes the TOC with Topics. If the help system was compiled with this feature enabled, you will not need to use this method.
| Col 1 | Col 2 |
|---|---|
| Note: | Before sending this method, you must set the psHelpFile property to the name of the helpfile. |