ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mlDeleteVariable (Function)
Deletes a variable from the MATLAB session.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
RegistryListKey (Function)
Lists the sub-keys of a registry key.
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
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.
fRename (Function)
Modifies the name of a file.
fUnlock (Function)
Entirely or partially unlocks an external file.
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....
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
mlSaveWorkspace (Function)
Saves the session workspace in a MATLAB file.
mlExecute (Function)
Evaluates and runs a command on a MATLAB session.
mlListVariable (Function)
Lists the variables found in the MATLAB session.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.