ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
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....
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
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......
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
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)....
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
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.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
RecycleBinDelete (Function)
Displays a confirmation message for deleting a file from the recycle bin.
File (Property)
The File property is used to manage the files a functionality applies to.
ReceiveDate (Property)
The ReceiveDate property is used to get an email received date.
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
NotesItemDimension (Function)
Returns the dimension of an item for the current document in Lotus Notes.