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.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
<List Box>.SelectCount (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...
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...
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.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf)...
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element...
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf)...
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf)...
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf)...
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table...
LooperSavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s)....
<Looper>.SavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s)....
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control...
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list...
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin...
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name...
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name...
11. Internal components in practice
Internal components in practice...
MyPage (Reserved word)
MyPage is used to handle the current page...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report...
MySelf (Reserved word)
MySelf is used to handle the current control...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MyReport (Reserved word)
MyReport is used to handle the current report...
MyParent (Reserved word)
MyParent is used to handle...
7. Internal component
An internal component is a set of elements from a project....
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Handling an internal component
An internal component is a set of elements from a project......
1
2
3
4
5
6
85
>