ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism...
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options...
Windows: What to bear in mind if your customers use Vista (and higher)
Windows Vista (and later) proposes several improvements...
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Multiline strings
To type character strings over several lines in the code editor...
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
The structure of the file for remote control
The management of remote control uses a file in INI format......
Caption (Property)
The Caption property is used to get and change the text of an element.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
HConnect (Example)
Usage example of the HConnect function
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Automatic documentation of external components
External components must include a technical documentation......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Text (Property)
The Text property is used to get and modify text.
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
HCloseConnection (Example)
Usage example of the HCloseConenction function