ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
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.
AppServerModifyScheduledTask (Function)
Modifies an existing scheduled task.
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Private Store for mobile applications
There are two methods two deploy your applications......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HCreateMovableReplica (Function)
Creates a movable replication.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
PageAddress (Function)
Used to find out the Internet address of a page.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......