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.
Functions for managing objects (External language)
The Repetition type is used to describe and modify the characteristics of a repetition...
WEBDEV concepts
Various constants
List of various constants used by the constants WINDEV functions....
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Constant
The constants are language elements whose value is fixed once and for all...
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Simple statements
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow...
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact...
LOOP statement
The statement block is repeated endlessly...
dbgInfo (Function)
Returns a debug information.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......