ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Process (Variable type)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
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.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MyReport (Reserved word)
MyReport is used to handle the current report...
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...
MyPage (Reserved word)
MyPage is used to handle the current page...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MySelf (Reserved word)
MySelf is used to handle the current control...
ThreadPersistent (Function)
Makes a thread persistent.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.)...
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays...
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
Structure (Type of variable)
A structure is a custom type of data...
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image...
List of extension attributes
The list of extension attributes ......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box,...
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
Properties associated with report controlss
List of properties associated with the report controls...
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage...