ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
The planes in WEBDEV
The planes are used to group the controls of an element......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
7. HFSQL: files physically created
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
Items used in a select query
A query created in the query editor can contain several types of items......
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Error 532: The size of the string to extract must be strictly positive
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Creating an insert query
An insert query (corresponding SQL statement......