|
|
|
|
|
- Overview
- Window for managing the page identifiers
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system. This identifier is unique. It will be used: - in the description of the controls ("Help" tab).
- programmatically, with the WHelp function.
The identifiers of help pages can be defined: - in the description of the page.
Remark: This method does not provide a global view of all the identifiers used in the help system. - or in the page ID summary window: under the "Modification" pane, in the "Help system" group, click on "Help page identifiers".
Window for managing the page identifiers This window displays the identifier associated with each page. You can: - modify the identifier of the pages in the list of pages.
- use one of the functions for automatic numbering:
- "Auto Num": to number pages without identifiers. The identifier is automatically calculated according to the greatest identifier used.
- "Clear all": resets all help page identifiers.
- "Duplicates": searches for duplicate identifiers.
- "Print": prints the list of pages and associated identifiers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|