ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML (Property)
The HTML property is used to configure the use of HTML content.
The HTML control
The HTML control displays HTML pages or HTML code...
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites...
The Static Text control
A Static Text control is a control used to display a static text...
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
HTMLToText (Function)
Converts an HTML string or buffer to text.
The pages
Pages are the main interface of a WEBDEV website...
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
ExtractStringBetween (Function)
Allows you to:
  • extract a substring between two given separators from a character string.
  • search for substrings between two given separators in a character string.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can...
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
16. Types of code
AWP without UI
Bootstrap, Angular, React, Vue......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
The Edit control
The Edit control allows users to enter data......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
The Upload control
The Upload control is used to upload files on the Web server......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit...
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves...
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed...
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV...
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Automatic features of edit controls
...Edit controls provide multiple automatic features available in all the controls...
Report controls
Several types of controls can be handled in a report created by the report editor......
7. AJAX technology
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
8. If you are already familiar with WINDEV
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without...
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.