ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
13. External component in practice
External component in practice...
12. External component in practice
HsMenu,Select (External language)
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu.
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoInfo (Function)
Returns information about a MongoDB database.
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).