ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Test of a query
The query editor allows you to run the test of query result......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
1. What is the WEBDEV administrator used for
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
5. User Groupware in practice
3. Application development cycle
Development cycle of a WINDEV application....
Looper control populated programmatically
A Looper control populated programmatically is directly linked to lists stored in memory......
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Ad Hoc deployment
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......