ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
ProcedureTrace (Property)
The ProcedureTrace property allows you to specify the name of the WLanguage procedure used to get the headers and data sent.
Parent (Property)
The Parent property gets the parent element of an element.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
Parameter (Property)
The Parameter property is used to get and change certain parameters.
Error 305: The element does not exist in the window
Deletes all the drawings made since the last call to dStartDrawing....
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Edit control
The Edit control allows users to enter data......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Using the query result
The result of a select query can be used in......