ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
HTML Editor control functions (prefix syntax)
List of functions for managing HTML Editor controls (prefix syntax)...
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
edtHTMLSelection (Variable type)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
DataProcedure (Property)
The property DataProcedure property is used to specify the name of the WLanguage procedure called as data is received.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Handling tables in PHP
WEBDEV allows you to create a PHP site that handles tables......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......