ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. The following files are automatically created
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
iForceComplement (Function)
Forces the printing of a Body Complement block.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Execute (Function)
Starts the execution of a process through programming.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
Warning (Function)
Displays a custom message in a system warning window.
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...