ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
ComponentInfo (Function)
Returns information about a component.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Events associated with an Organization Chart control
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Code snippets
The code editor allows you to enter "Code snippets"......
Automatic error handling
Error handling can be customized for each process......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
.NET application
To create a.NET application from a project......
Principle for running threads
At runtime, an application runs in a main thread......