ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
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....
eChangeCurrency (Function)
Converts a currency into another currency.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
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....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
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.
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
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...
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......