ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
Specific features of the Express version
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Constants for external files
List of constants used by the functions for managing external files....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
<Source>.SavePosition (Function)
Stores the current file context: current record, filter, pointers.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
<Pivot table>.CalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
fWriteLine (Example)
Usage example of the fWriteLine function
SQLExec (Function)
Names and runs an SQL query.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
<Source>.RestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
<Upload>.Delete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.