ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operations performed on collaboration diagrams
The following paragraphs explain......
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Constants for managing projects
List of constants used by the functions for managing projects....
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
Creating the Vision pages of the WEBDEV RAD pattern
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
SemaphoreCreate (Function)
Creates a semaphore.
zipDeleteFile (Function)
Deletes a file from an archive.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Code snippets
The code editor allows you to enter "Code snippets"......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....