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.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files...
5. HFSQL Client/Server
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Managing the Bluetooth keys
processes can be run on the PC by using the data found on the mobile device......
Including a supercontrol in a window or in a page
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
HLogRecreate (Function)
Used to re-create an empty log.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HLogInfo (Function)
Adds comments to the log when saving the operation.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated...
Overview of external languages
The Static control
A Static control is a control used to display a static text......
The Cell control
The Cell control contains controls......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Handling Spreadsheet controls programmatically (in a report)
4. HFSQL Classic
What is an application?
An application is a set of objects (windows, controls, ......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......