ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable file
Once the development of your WINDEV application is completed (windows, reports, queries, etc.)...
SendKey (Function)
Simulates the keystrokes and the mouse actions.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HiWord (Function)
Returns the two high bytes of an integer.
Execute (Function)
Starts the execution of a process through programming.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Wait (Function)
Temporarily stops the program execution.
FileView (Function)
Opens a file in the browser.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
FileDownload (Function)
Starts downloading a file in the browser.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
diffApply (Function)
Applies a difference buffer to a specific buffer.
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.