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 FormattingMarksColor property is used to:
  • get the color of the formatting marks in a Word Processing control.
  • change the color of the formatting marks in a Word Processing control.
Example
// Change the color of the formatting marks
WP_MyDocument.FormattingMarksColor = True
Syntax

Get the color of the formatting marks in a Word Processing control Hide the details

<Result> = <Word Processing control>.FormattingMarksColor
<Result>: Integer
Color of the formatting marks in the specified control. This color can correspond to:
<Word Processing control>: Control name
Name of the Word Processing control to use.

Change the color of the formatting marks in a Word Processing control Hide the details

<Word Processing control>.FormattingMarksColor = <New color>
<Word Processing control>: Control name
Name of the Word Processing control to use.
<New color>: Integer or constant
New color of the formatting marks. This color can correspond to:
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help