ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OCRExtractText (Function)
Reads the text contained in an image.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
HFSQL constants
List of constants used by the HFSQL functions....
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
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
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....
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
zipChangePath (Example)
Usage example of the zipChangePath function
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.
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
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.