ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Thread management functions
List of functions for managing threads...
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
grIncreaseData (Function)
Adds a value to a data in a chart.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
Project (External language)
Opens and runs a WINDEV project.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipDeleteAll (Function)
Deletes all files from an archive.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....