ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Starting WDOptimizer in a command line
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
ServiceWait (Function)
Pauses the current service during the specified duration.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Scheduler report
The report editor allows you to create "Scheduler" reports....
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......