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...
SIPAddress (Type of variable)
The SIPAddress type is used to define the advanced characteristics of a SIP address.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
appServerScheduledTask (Variable type)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a web service).
Transactions: Secure your processing of HFSQL tables
This chapter presents the following topics......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Error (Function)
Displays a custom error message in a system error window.
Error 116: An array dimension must be an integer value
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
TreeView constants
List of constants used by the TreeXXX functions...
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Different types of data (Type of variable)
A variable is defined by name and type......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Structure of data files of user groupware
HDescribeItem (Example)
Usage example of the HDescribeItem function