ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
hFileParameter (Variable type)
The type hFileParameter type is used to define the tables taken into account by a scheduled optimization task.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
The Dashboard control
Dashboards are essential elements in an application......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
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....
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
EmailCheckAddress (Function)
Checks the validity of an email address.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Automation object
The Automation keyword is used to declare an automation object...
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.