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.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
WinStatus (Function)
Identifies or modifies the window status.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control...
WLanguage procedure called by tapiDial
tapiDial callback
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted...
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
ControlCreate (Function)
Creates a new control (of any type) in a window programmatically.
Operator on Address
The & operator returns the address of a variable as an integer
HError (Example)
Usage example of the HError function
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page...
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
Timer (Function)
Periodically and automatically calls a WLanguage procedure.