ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
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......
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
GetTheme (Function)
Gets the current theme of a mobile application.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Status bar of windows
The status bar of a window is used to display several types of information......
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
Description (Property)
The Description property is used to get and change the description of an element.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
SysTheme (Function)
Returns the current theme used on the mobile device.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
MaskFormat (Function)
Formats a character string using an InputMask variable.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.