ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
CouleurCadre (Property)
The Property color Frame allows you to define the color of the Border bubble step.
FinVisite (Property)
The Property NextStep allows you to authorize or not to complete the guided tour from the step bubble.
File download functions
The following functions are used to manage downloads......
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
16. Application test in practice
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
<Variable Drive>DeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
Creating links
Links help users navigate the help system......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....