ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
WDDeploy features
WDDeploy can be used to......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HRead (Function)
Reads a record in a file according to a given record number.