ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.)....
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
gpwRegisteredUsers (Function)
Returns the value that corresponds to "Registered users" according to the framework being used.
HInfoServerRights (Function)
Gets the rights granted to a user or group of users on a server.
<Connection variable>.InfoServerRights (Function)
Gets the rights granted to a user or group of users on a server.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
Replication management functions
Three types of replication are proposed......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
3-tier architecture
The development in "3-tier" architecture is now simplified......