ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.DeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
Functions for handling directories and external files (prefix syntax)
External file functions (prefix syntax)...
<Scanner variable>.WithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
DriveRecoverDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
<Variable Drive>SendDirectory (Function)
Sends a directory and its files (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
Screen,Input (External language)
Starts the input in the controls of a window.
AnimationEnabled (Function)
Enables or disables the animations in the controls.
WDXView: Overview
WDXView is an ActiveX browser......
<Image>.Fill (Function)
Colors an area in an Image control.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
ControlToSource (Function)
Assigns the control value to the source of a control link.
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Setup of the WEBDEV Application Server for Linux