ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatTime (Function)
Returns the time of the last update for the index statistics.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
iSequencingAddDiagram (Function)
Adds a Diagram document into a sequence of report printouts.
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<Camera>.VideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
HDelete (Function)
Deletes a record from a data file (query or view).
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
fSeek (Function)
Gets and sets current position in an external file.
Project description: Files tab
The project description window allows you to configure various elements of your project......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
10. Customizing the aspect of a site: skin elements
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
18. Order of execution of the code of buttons/links