ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
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....
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
TwainScanArea (Function)
Used to define or re-initialize the area to scan.
tapiStop (Function)
Stops reading a pre-recorded message (tapiPlay).
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
HTML (Property)
The HTML property is used to configure the use of HTML content.
SMSSend (Function)
Sends an SMS.
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......