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...
MyPage (Reserved word)
MyPage is used to handle the current page...
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...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
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.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
ChangeAction (Example)
Usage example of ChangeAction
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user...
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested...
BurnerErase (Example)
Usage example of the BurnerErase function
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
5. Website test in practice
Starts recording a video via a Camera control in an Android or iOS application....
Warning 18: Loop without potential end
WaitWindowStart (Function)
Opens the wait window of application.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.