ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Component diagram
A component diagram shows the physical and static architecture of a system software......
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
ERR_NO_APPLICATION
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Error 1045: A class cannot be declared outside the declaration code of a class
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
<Multimedia>.Position (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
Creating user accounts
A User account allows the server administrator to......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
12. Synchronizing data
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Error 3: The string has no final "
Warning 18: Loop without potential end
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
Miscellaneous WEBDEV functions
List of various WEBDEV functions...
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
14. Controls in practice