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.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
ExceptionPropagate (Function)
Propagates an exception.
5. Site test in practice
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end...
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements...
Error 28: No END statement is associated with this SWITCH
GOTO statement
The GOTO statement is used to run a code identified by a label...
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa. In Android and iOS, displays an endless...
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
KeyPressed (Function)
Checks which key is pressed.
HFreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).