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.
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
16. Application test in practice
ChangeTarget (Function)
Changes the target of a button action.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value...
Debugging constants
List of constants used by the debugging functions...
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
Service constants
List of constants used by the functions for managing services....
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
BurnerSave (Example)
Usage example of the BurnerSave function
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
ChangeAction (Example)
Usage example of ChangeAction
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
MyPage (Reserved word)
MyPage is used to handle the current page...