ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
NextTitle (Function)
Modifies the title of next window to open.
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
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).
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Automatic management of exceptions
The management of exceptions can be customized by process......
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
7. AJAX technology
HNext (Function)
Sets the position on the next data file record according to a browse item.
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Events associated with windows
List of events associated with windows...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min