ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
<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.
PageNumber (Property)
The PageNumber property gets and sets a page number.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
HStatDate (Function)
Returns the date of the last update for the index statistics.
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.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
WDTrans: Overview
WDTrans is a tool for canceling transactions......
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
String functions
List of functions for managing character strings...
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
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....
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.