ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlClone (Function)
Creates a new control from an existing control.
dText (Example)
Usage example of the dText function
zipChangePath (Example)
Usage example of the zipChangePath function
MyWindow (Reserved word)
MyWindow is used to handle the current window...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
dPixelColor (Example)
Usage example of the dPixelColor function
Page (Property)
The Page property is used to handle a page.
Specific features of the Express version
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
zipExtractFile (Example)
Usage example of the zipExtractFile function
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
Declaring and using a variable
A variable is defined by name and type......
OCRExtractText (Function)
Reads the text contained in an image.
gLine (Function)
Builds a sequence of characters containing a line.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
dBorder (Function)
Draws the borders.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.