ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
DocUpdateTableOfContents (Function)
In french: DocMiseAJourTableDesMatières
Updates the table of the contents of a document. This table of contents can be in:
  • a Document variable,
  • a fragment.
Example
MonDocument is Document
...
DocUpdateTableOfContents(MonDocument)
Syntax

Updating the table of contents of a Document variable Hide the details

DocUpdateTableOfContents(<Document>)
<Document>: Document variable
Name of the Document variable to be used.

Updating the table of the contents of a Fragment variable Hide the details

DocUpdateTableOfContents(<Fragment>)
<Fragment>: docFragment variable
Name of the docFragment variable that contains the table of contents.
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help