ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DriveCreateFile (Function)
Creates a file on the remote disk.
fFileExist (Function)
Checks the existence of an external file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
<Diagram editor>.Save (Function)
Saves a diagram as a "diag" file.
DiagramSave (Function)
Saves a diagram as a "diag" file.
fChangeExtension (Function)
Changes the extension of a file on disk.
<Source>.LogStop (Function)
Stops the log process of a file.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
<Variable Drive>CreateFile (Function)
Creates a file on the remote disk.
<Variable Drive>Rename (Function)
Rename a file or directory on an Drive.
fMoveFile (Function)
Moves a file from one directory to another.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
<mongoCollection variable>.ExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
fDelete (Function)
Deletes a file accessible from the current computer.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Using the Salesforce service
Salesforce is a very popular CRM software......
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....