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).
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50...
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started...
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove...
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile)....
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices...
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong...
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without...
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Creating a window skin template
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
SQL view
An SQL view is a virtual data source defined by an SQL query......
User Groupware files
Two categories of data files are managed......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors...
PageDisplay (Function)
Displays a web page in the user's browser....
Using the query result
The result of a select query can be used in......
16. Application test in practice
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed....
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device...
9. Types of standard controls
Types of standard controls...
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.