ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
dCopyScreenImage (Function)
Copies the screen contents to an Image variable or to an Image control.
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Associating an image with an element in a TreeView control
Methods for associating an image with an element in a TreeView control....
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
DB2 Native Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV database schema......
Border of controls
One of the most important elements of control style is its border......
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
WINDEV FTP functions
List of WINDEV FTP functions...
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). from a WLanguage list....