ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WEBDEV 2025 feature!
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
Replaces the current formatting of a selection with the default formatting. This replacement is applied:
  • on the current selection in a Word Processing control.
  • on a fragment.
Example
WINDEV
// Deletes the formatting of the selected fragment in the Word Processing control
DocClearFormatting(WP_Letter.Selection.Fragment)
Syntax
DocClearFormatting(<Element used>)
<Element used>: docFragment variable or control name
Element used. This element can correspond to:
  • WINDEV the name of the Word Processing control. In this case, only the current selection will be manipulated.
  • a variable of type docFragment.
Business / UI classification: Neutral code
Component: wd300mdl.dll
Minimum version required
  • Version 2025
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help