ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The DisplayBookmarks property is used to:
  • identify the display mode of bookmarks in a Word Processing control.
  • show or hide bookmarks in a Word Processing control.
Example
// Show bookmarks
WP_MyDocument.DisplayBookmarks = True
Syntax

Identifying the display mode of bookmarks Hide the details

<Result> = <Word Processing control>.DisplayBookmarks
<Result>: Boolean
  • True if the control displays bookmarks,
  • False otherwise
<Word Processing control>: Control name
Name of the Word Processing control to use.

Showing or hiding bookmarks Hide the details

<Word Processing control>.DisplayBookmarks = <Display mode>
<Word Processing control>: Control name
Name of the Word Processing control to use.
<Display mode>: Boolean
  • True to display bookmarks in the control,
  • False otherwise.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/26/2022

Send a report | Local help