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).
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit...
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes...
Operator on Address
The & operator returns the address of a variable as an integer
Array management functions
List of functions for managing arrays...
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find...
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications...
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed...
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word...
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string....
Compilation options (chm format)
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed...
LooperInsertLine (Function)
Inserts a row into a Looper control.
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory...
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process...
HSL (Function)
Creates a color from its hue, saturation and lightness.
XMLAddChild (Function)
Adds a child tag into an XML document.