ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
3. Project dashboard
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App application.
Managing main window menus
A main menu is necessarily associated with a window......
Error 31: The file to include is not found. Check the name and path ...
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
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)....
<Window>.EdActive (Function)
Allows you 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)....
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
SFAdd (Function)
Creates a record in a file of a Salesforce database.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
fExeDir (Function)
Returns the directory from which the execution is started.
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Declaring and using a variable
A variable is defined by name and type......
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
How to develop a PHP site?
What is a PHP site?......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
28. Site SEO
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......