ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

What is an application?
An application is a set of objects (windows, controls, ...
Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications...
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)...
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application...
.NET application
To create a.NET application from a project...
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
Setup in MSI format
You can create MSI installers...
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward...
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad).
geoRunApp (Function)
Starts the device's native maps application to display:
  • a specific geographical location,
  • a route between two locations.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
REP files
REP files contain the list of tables handled by the application.
How to create a patch?
Closes a WINDEV window (and returns a value if necessary).
Performance profiler
The performance profiler is a tool for checking and optimizing the execution time of your application...
EmailRunApp (Function)
Starts the native email application on the current computer:
  • Computer running Windows,
  • Mobile device (Android, iPhone, iPad).
MSIX installation packages
ListDLL (Function)
Returns:
  • runtime List of libraries (".DLL" files) used by the current WINDEV application, WINDEV Mobile or WEBDEV site. Only the libraries loaded in memory are listed.
  • in test mode: all libraries installed on the current workstation.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Local network (LAN) setup
Deploying a setup on a local area network (LAN) involves installing and updating a WINDEV application via a reference server,.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system...
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...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective...
Custom tooltips
Tooltips are very useful for application users...
Same source code for 32 and 64-bit applications
The 64-bit operating systems are starting to appear on the PCs and on the servers...
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified...
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
LooperDisplay (Function)
Refreshes a browsing looper from a given position: the modifications performed in the linked file...
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
xlsClose (Function)
Closes an XLS file.
ExceptionPropagate (Function)
Propagates an exception.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
SysTheme (Function)
Returns the current theme of the device.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
MemAdd (Function)
Adds an element to a memory area.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency...
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory...
HOpenConnection (Function)
Opens a connection to a specific database.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database...
Reusing code with external components
WINDEV Tutorial: External components Reusing code with external components - 40 min