ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Report controls
Several types of controls can be handled in a report created by the report editor......
Window controls
Several types of controls can be used in a window, ......
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
The planes in WEBDEV
The planes are used to group the controls of an element......
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
The planes (in a window or in a report)
The planes are used to group the window controls......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Creating the skin template of a report
<Image>.Copy (Function)
Copies an image to another image.
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
<AuthToken variable>.OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
Handling menu options programmatically
The menu options can be handled......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Optional events
By default, the codes available in the code editor correspond to the most common codes......