ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Creating an executable: General options
The main executable options are as follows......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Using .NET assemblies in a project
To use .NET assemblies in a project......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
14. Controls in practice
Declaring and using a variable
A variable is defined by name and type......