ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Miscellaneous Windows constants
List of constants used by the Windows functions....
Test of a query
The query editor allows you to run the test of query result......
Report based on a query
Queries are used to easily select records in one or more data files......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Events associated with Edit controls
WLanguage events associated with Edit controls...
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
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.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
HIndex (Function)
Rebuilds the file index (".NDX" file).
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
HTMLToText (Function)
Converts an HTML string or buffer to text.
HFSQL constants
List of constants used by the HFSQL functions....
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
5. Deploying a dynamic site (Session or AWP) in practice