ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<Organizer>.ToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
DocFind (Function)
Finds a character string: in an entire Word Processing document. in a fragment....
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......