ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
2. Types of setup
Types of setup...
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
WDDeploy features
WDDeploy can be used to......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
4. HFSQL Classic
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....