ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
EmailChangeFolder (Function)
Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
TableMode (Function)
TableMode is kept for backward compatibility.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
XMLRoot (Function)
Positions on the root tag of an XML document.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
iResetNbPages (Function)
Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages".
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
zipExtractFile (Example)
Usage example of the zipExtractFile function
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
Bold (Property)
The Bold property is used to: Find out whether a Font variable is bold. Modify the bold attribute of a Font variable....
HCloseConnection (Example)
Usage example of the HCloseConenction function
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
fRemoveDir (Example)
Usage example of the fRemoveDir function