ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
ThreadPersistent (Function)
Makes a thread persistent.
ExeListProcess (Function)
Returns the list of applications currently run.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable...
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile...
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane...
Properties associated with Combo Box controls that display a table
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Handling TimeLine controls programmatically
A TimeLine control can be......
Radio Button control properties
List of properties associated with a Radio Button control...
Combination (Type of variable)
A combination is a set of options.
Passing parameters
The parameters can be passed to a procedure......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance...
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find...
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run...
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value...