ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
GetActiveObject (Example)
Usage example of the GetActiveObject function
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
JSONToVariant (Example)
Usage example of the JSONToVariant function
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
ColorPalette (Function)
Returns a color found in the current palette.
TwainCurrentSource (Function)
Allows you to find out and change the Twain device used by default.
14. PHP generation in practice
Constants for sound management
List of constants used by the functions for sound management....
Handling Organization Chart controls programmatically
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Sound (Function)
Plays a sound in WAV format.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
fWrite (Example)
Usage example of the fWrite function