ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
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...
16. Java applications in practice
Java applications in practice...
Defining a help window template
WINDEV allows you to create help window templates......
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
fSizeUncompressed (Example)
Usage example of the fSizeUncompressed function
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
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).
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
LogBackupDirectory (Property)
The LogBackupDirectory property is used to manage the backup directory of log files.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...