ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
2. Static or dynamic site
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
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
Simple statements
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
12. Universal replication
1. Project and analysis
13. Universal replication
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (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).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).