ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
XMLElementName (Function)
Returns the name of current element (tag or attribute).
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLChild (Function)
Positions on the first child element of current element.
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete...
grColor (Function)
Returns and initializes the color of different chart elements.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLFind (Function)
Performs a search in an XML document.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
Repairing the project
In some cases, "Project......
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Events associated with List Box controls
List of events associated with List Box controls...
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Events associated with ListView controls
List of events associated with ListView controls...
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
14. Report templates
Report templates...
Creating the Vision windows of the WINDEV RAD pattern
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
Error 2109: You are using the ObjectInfo function
Query editor: Characteristics
22. Report templates
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive...
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
Select query description window: Items used
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record....
Using several libraries in an application
A library is a WDL file that contains all the resources......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project...