ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
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).
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......
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....
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......
Various constants
List of various constants used by the constants WINDEV functions....
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Using the Vista style in your windows
WINDEV allows you to customize......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.