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...
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
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....
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
12. Pages in practice
Ignores errors so that replication between HFSQL servers can continue to run....
ComponentInfo (Function)
Returns information about a component.
fDate (Example)
Usage example of the fDate function
fDateTime (Example)
Usage example of the fDateTime function
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Differences and specific features of an HFSQL Client/Server application
The management mode of tables may have to be adapted when using an HFSQL Client/Server application......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
SCM: Retrieving and Checking in all
When developing a project in the SCM, you may need to retrieve all the elements from the repository, or to check all the elements stored locally back into the repository......
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
HOpenConnection (Function)
Opens a connection to a specific database.
BuildBrowsingTable (Function)
Creates a Table control from the items of a table (view or query).
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.