ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a query
Two methods can be used to create a query......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
PageAddress (Function)
Used to find out the Internet address of a page.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Creating a delete query
A delete query (corresponding SQL statement......
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....