ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableMode (Function)
TableMode is kept for backward compatibility.
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Custom properties (WLanguage)
A custom property is a code element with two events......
Constants for WLanguage types
List of constants for managing WLanguage types....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Runtime log
The runtime log is the best way to identify the most used features of an application......
8. Associating controls with data
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....