ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
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...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Test a static project
The test of the entire project allows simulating the startup of the site...
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
dPolygon (Example)
Usage example of the dPolygon function
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Various WEBDEV constants
Various WEBDEV constants...
List of reserved words
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
CallDLL32 (Function)
Runs a function found in an external DLL.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
Defining clickable areas
In a page, an Image control can contain clickable areas......
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
13. External component in practice
External component in practice...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
SQLConnect (Example)
Usage example of the SQLConnect function
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.