ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Infinite Progress Bar control
Progress bars provide useful information to the end user......
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPNbValue (Function)
Returns the number of values for an attribute.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......