ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
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....
Drawing constants
List of constants used by the drawing functions....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HNext (Function)
Sets the position on the next data file record according to a browse item.
Date (Variable type)
The Date type is used to easily manipulate dates...
DateTime (Variable type)
The DateTime type allows you to manipulate dates and times...
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....
Constants for managing the windows
List of constants used by the functions for managing the windows...
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....