ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
fAttribute (Example)
Usage example of the fAttribute function
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
BurnerStatus (Function)
Returns the status of the current burner.
BurnerPath (Function)
Returns the path of the current burner.
HOpenConnection (Function)
Opens a connection to a specific database.
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
Designing a supercontrol
A supercontrol is an advanced type of control......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
xlsNbRow (Example)
Usage example of the xlsNbRow function
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
FTPSize (Example)
Usage example of the FTPSize function
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
General environment of WINDEV