ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
HPass (Function)
Defines the password used to create or open a data file.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
RegistryListKey (Function)
Lists the sub-keys of a registry key.
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
mlDeleteVariable (Function)
Deletes a variable from the MATLAB session.
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
mlSaveWorkspace (Function)
Saves the session workspace in a MATLAB file.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
mlListVariable (Function)
Lists the variables found in the MATLAB session.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
gpwCheckUser (Function)
Checks the existence and validity of the password for a user of the user groupware.
EmailGetAll (Function)
Retrieves all the emails found on a server.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
Google document management functions
List of functions for managing Google documents...
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
Organizer control functions
The following functions are used to manage the Organizer control:...
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
SchedulerDeleteTask (Function)
Deletes a scheduled task.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......