ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Designation of current element (Reserved word)
The keywords used to identify the current element are:
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar 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...
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project...
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
Array (Variable type)
An array is a structured type used to group together a set of elements of the same type...
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page...
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control...
Shared information
The information entered when creating the files and the items is shared throughout...
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application,...
Multi-project search
Performing a search in the current project is a common operation......
Structure of data files of user groupware
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications)...
Events associated with TreeView controls
List of events associated with TreeView controls...
Constants for managing animations
List of constants used by the functions for managing the animations...
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize:...
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
TreeExpand (Function)
Expands a node in a TreeView control.
XML management: Use example
This application example manages an XML file named "Orders......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
2. Projects in practice
Assignment operators
Three assignment operators are available......
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user...