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).
fWrite (Function)
Writes: a character string into an external file. a memory section....
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu...
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced...
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary:...
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
<TimeLine>.AddEvent (Function)
Adds an event into a TimeLine control.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx"...
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls...
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
TreeCollapse (Function)
Collapses a branch previously expanded.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text...
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed...
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical...
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first...
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search...
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
StatSum (Example)
Usage example of the StatSum function
StatMax (Example)
Usage example of the StatMax function
StatMin (Example)
Usage example of the StatMin function