ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemSeek (Example)
Usage example of the MemSeek function
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
PostMessage (Function)
Sends a Windows message to a control or to a window.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
PDFPassword (Function)
Protects a PDF document with a password.
iReportPrintingStatus (Function)
Returns the status of the current print.
iParameterReport (Function)
Configures the printer by opening the configuration window.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
grAddData (Function)
Adds a data into a chart.
Author (Property)
The Author property gets and changes the author of an element.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
grExist (Function)
Checks the existence of a chart in memory.
fCopyDir (Example)
Usage example of the fCopyDir function
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
HInfoServerRights (Example)
Usage example of the HInfoServerRights function