ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
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.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
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.
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...
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
XMLChild (Function)
Positions on the first child element of current element.
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).
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes...
Variable scope
Variables can be declared anywhere in the code....
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON...
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Creating the Table pages of the WEBDEV RAD pattern
Page templates and inheritance
...When a page template is applied to a page, all the controls and code found in the template...
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI)...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications...
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template...
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
ServiceInfo (Function)
Returns information regarding the configuration of a service.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view...
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user...
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific...
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications...
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed...
Image control: the supported formats
The supported image formats are as follows:...
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory...
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.