ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
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.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
PDFPassword (Function)
Protects a PDF document with a password.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
fCreate (Function)
Creates an external file.
TextToRTF (Function)
Converts text to Rich Text Format.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).