ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
MongoFind (Function)
Finds documents in a MongoDB collection.
zipOpen (Function)
Opens an existing archive.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
HDelete (Function)
Deletes a record from a data file (query or view).
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
MongoInfo (Function)
Returns information about a MongoDB database.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....