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.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control...
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report...
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
Creating the link buttons in the windows of a WINDEV RAD pattern
Creating the Relation pages of a WEBDEV RAD pattern
OBEX constants
List of constants used by the OBEX functions....
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView...
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Events associated with Check Box controls
List of events associated with Check Box controls...
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
ModifierPanelVisible (Property)
The ModifierPanelVisible property is used to: determine if the "Modifier" panel is displayed...
Display (External language)
Displays a value in a control or assigns a value in a variable.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Width (Property)
The Width property gets and changes the width: of a control or block in a report....
13. Generation modes
Creating nested reports
dStraighten (Function)
Transforms an image by applying perspective correction.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional...
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will...
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.