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 TextWithoutFormat property is used to get:
  • WINDEV the text contained in a rich edit control (in RTF or HTML format) without HTML or RTF formatting tags.
  • WINDEV the text contained in an HTML Display or Editor control without the HTML formatting tags.
  • WEBDEV - Server codeWEBDEV - Browser codePHP the text contained in a rich edit control (in HTML format) without HTML formatting tags.
Example
// Copy the raw text  to a second edit control
EDT_RawText = EDT_HTMLText.TextWithoutFormat
Syntax
<Result> = <Control used>.TextWithoutFormat
<Result>: Character string
Text contained in the edit control without the formatting tags.
Caution: If the control is a Unicode control, the string returned is a Unicode string.
<Control used>: Control name
Name of the control to be used:
  • Name of the rich edit control to use.
  • WINDEV HTML Display control.
  • WINDEV HTML Editor control.
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help