AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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.
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/10/2022

Señalar un error o enviar una sugerencia | Ayuda local