ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
FileDisplay (Example)
Usage example of the FileDisplay function
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
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.
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.
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Looper control based on a data file
This type of Looper control uses data from a data file or query......
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Time (Type of variable)
The Time type is used to easily handle the times...
BurnerEject (Function)
Opens or closes the door of current burner.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.