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).
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Generating the RAD pattern
To generate a RAD pattern:...
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer,...
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure...
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile...
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows...
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
EnumElement (Example)
Usage example of the EnumElement function
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window...
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image...
Component diagram
A component diagram shows the physical and static architecture of a system software......
gLine (Function)
Builds a sequence of characters containing a line.
gClickableLink (Function)
Adds a clickable link in a graphic string.
LDAPDelete (Function)
Deletes an object from the LDAP server.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements...