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
Warning
From version 27, DisplayControlCharacters is kept for backward compatibility. This property is replaced by DisplayFormattingMarks.
The DisplayFormattingMarks property is used to:
  • Determine if formatting marks are shown or hidden in a Word Processing control.
  • Show or hide formatting marks in a Word Processing control.
Example
// Shows formatting marks
WP_MyDocument.DisplayFormattingMarks = True
Syntax

Determining if formatting marks are displayed Hide the details

<Result> = <Word Processing control>.DisplayFormattingMarks
<Result>: Boolean
  • True if formatting marks are shown in the Word Processing control,
  • False otherwise.
<Word Processing control>: Control name
Name of the Word Processing control to use.

Showing or hiding formatting marks Hide the details

<Word Processing control>.DisplayFormattingMarks = <Activation>
<Word Processing control>: Control name
Name of the Word Processing control to use.
<Activation>: Boolean
  • True to show formatting marks in the control,
  • False otherwise.
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 05/05/2023

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