ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
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).
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Telemetry: Main features
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
Creating a window skin template
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
3. Site development life cycle
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Time management
For each element (windows, reports, ......
Properties linked to the Euro management
List of properties linked to the Euro management...
fLock (Function)
Entirely or partially locks an external file.
6. Internal window
Internal windows...
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Handling Spreadsheet controls programmatically (in a report)
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.