ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The property TextWithoutFormat property is used to retrieve:
    Example
    // Copie du texte brut dans un second champ de saisie
    SAI_TexteBrut = SAI_TexteHTML.TexteSansFormat
    Syntax
    <Result> = <Control used>.TextWithoutFormat
    <Result>: Character string
    Text contained in the edit control without the formatting tags.
    Warning If the field is a Unicode field, the string returned is a Unicode string.
    <Control used>: Control name
    Name of the field to be manipulated:
    • 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/10/2025

    Send a report | Local help