ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Share your projects via Git
Git is a source code manager......
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......
Events associated with TreeView controls
List of events associated with TreeView controls...
14. Controls in practice
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
FTPCommand (Function)
Sends a specific FTP command to a server.
Installing a Webservice (old format)
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Count (Property)
The Count property returns the number of elements in a given set.
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
HChangeConnection (Example)
Usage example of the HChangeConnection function
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
Code snippets
The code editor allows you to enter "Code snippets"......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Report controls
Several types of controls can be handled in a report created by the report editor......