ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML document functions
List of functions that manipulate HTML documents.
HTML (Property)
The HTML property is used to configure the use of HTML content.
Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls...
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax).
The HTML edit control: The automation formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable...
The HTML control
The HTML control displays HTML pages or HTML code...
HTMLToRGB (Function)
Converts the HTML color into RGB color.
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
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.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
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...
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
The pages
Pages are the main interface of a WEBDEV website...
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Print modes of a report
Several print modes are available for a report.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
The Static Text control
A Static Text control is a control used to display a static text...
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page...
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
WDTestSite: Load test
The stress tests are used to check......
WDSQL, SQL querier: Overview
WDSQL is used to......
iCreateFont (Function)
Creates a new print font.
Installing a SOAP server with Netscape iPlanet 4.1
Static control properties
List of properties associated with a Static control...
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed...
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server...
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records...
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Print constants
List of constants used by the print functions....
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable...
WINDEV applications for Linux: Specific features
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming...
Handling the report blocks through programming
Each report block is associated with different events......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......