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...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Creating the skin template of a report
Type (Property)
The Type property is used to get and change the type of an element.
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Internal component
An internal component is a set of elements from a project......
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
EXE constants
List of constants used by the functions for managing executables....
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Code snippets
The code editor allows you to enter "Code snippets"......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Python: Native calls
WLanguage allows for native Python calls......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
11. Internal components in practice
Internal components in practice...