ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
Local procedure
Two types of procedures are available......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Programming the table cells
The Table controls can be handled......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......