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...
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...
MyReport (Reserved word)
MyReport is used to handle the current report...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
MyPage (Reserved word)
MyPage is used to handle the current page...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MySelf (Reserved word)
MySelf is used to handle the current control...
ThreadPersistent (Function)
Makes a thread persistent.
Variable scope
Variables can be declared anywhere in the code....
Code history
The code history is used to......
Programming automatic calculations in the columns of a Table control
ERR_LAUNCH_FAILED
Managing parallel tasks
The computers are becoming more and more powerful......
Runtime log
The runtime log is the best way to identify the most used features of an application......
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
The Line control
A Line control is used to display a line in a page......
Events associated with the project
List of events associated with the project...
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed...
BREAK statement/"BREAK:" label
of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section...
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management...
Software Factory
The concept of software factory is used to automate the process for creating applications....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure...
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure...