ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Reloading a document
To reload a document, ......
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
3. Deploying a WINDEV application
Using the task management and the schedule
Time management is extremely important......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
2. WEBDEV administrator in practice
<Camera>.SetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
DisplayModePreview (Property)
The DisplayModePreview property gets and sets the camera preview mode.
Compilation options (chm format)
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
VideoSetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
CameraChangeDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
<Connection variable>.ExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
The DotNet structure
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....