ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Organizer report
The report editor gives you the ability to create "Organizer" reports....
MyWindow (Reserved word)
MyWindow is used to handle the current window...
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
PDF Reader control events
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static Text control found in a window. of a Static Text control found in a report....
The pages
Pages are the main interface of a WEBDEV site......
WorksheetName (Property)
The WorksheetName property is used to get or change the name of the current worksheet in a Spreadsheet control.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
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....
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....