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 data files specified by the user when installing the application.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
ERR_CANNOT_OPEN_FILE
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
BurnerAddFile (Function)
Adds a file to the compilation.
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
The Upload control
The Upload control is used to upload files on the Web server......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
fRead (Example)
Usage example of the fRead function
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.