ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating nested reports
Calculates the saturation of a color.
DriveDeleteFile (Function)
Deletes a file on the remote disk.
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
<Variable Drive>CreateFile (Function)
Creates a file on the remote disk.
DriveCreateFile (Function)
Creates a file on the remote disk.
<Drive variable>.DeleteFile (Function)
Deletes a file from a remote drive.
<Drive variable>.CreateDirectory (Function)
Creates a directory on the remote drive.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
<Source>.RecordDate (Function)
Returns the date and time that an HFSQL record was last modified (Classic or Client/Server)....
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Source>.Forward (Function)
Moves several records forward from the current position in the table, according to a specified item.
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.