ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and handling an item
The main operations that can be performed on an item are as follows......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
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)...
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
UploadDelete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
<Upload>.Delete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
Project description: Files tab
The project description window allows you to configure various elements of your project......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
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......
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
Sorts in a report
The sort is used to organize the information displayed in the report......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Saving entered data (AAF)
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......