ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ThreadEnd (Function)
Ends the execution of the current thread.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
fSize (Function)
Returns the size of a file (in bytes).
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
HSendMessageToClient (Function)
Displays a message on the client computers.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
HForward (Example)
Usage example of the HForward function
fMoveFile (Function)
Moves a file from one directory to another.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
iPrintImage (Example)
Usage example of the iPrintImage function
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
KeyPressed (Function)
Checks which key is pressed.
FTPGet (Example)
Usage example of the FTPGet function
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.