ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.