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.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
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.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
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......
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......
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......
<picLayer variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......