ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
7. HFSQL: files physically created
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
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......
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......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
HCreationIfNotFound (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....
<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....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Creating an insert query
An insert query (corresponding SQL statement......
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).