ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
WDDeploy: Deploying a package
WDDeploy can be used to...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
fSeek (Example)
Usage example of the fSeek function
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Creating a Pivot Table control
To create a Pivot Table control......
BrowserPlatform (Function)
Returns the user's browser platform....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
BrowserType (Function)
Returns the type of browser used by the Web user.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Functions for managing Breadcrumb controls
List of functions for managing Breadcrumb controls...
How to open a page?
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
16. Java applications in practice
Java applications in practice...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
GPSGetPosition (Function)
Retrieves information about the current device position.
fRead (Example)
Usage example of the fRead function
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.