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:
    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.
    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