ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
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).
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
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...
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
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...
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
httpRequest (Variable type)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
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....
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
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....
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
ArrayUnion (Function)
Returns an array corresponding to the union 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....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).