ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service constants
List of constants used by the functions for managing services....
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
BTListRadio (Function)
Returns the list of Bluetooth radios connected to the computer.
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
BTChangeVisibility (Function)
Changes the visibility of a Bluetooth radio.
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
Service variable
The Service variable is used to......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Bluetooth constants
List of constants used by the Bluetooth functions....
SNMP constants
List of constants used by the SNMP functions....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
SAP variable
The SAP variable is used to configure the parameters of the connection to the SAP server......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
AAF: Increasing the height of the rows in the Table or Looper controls
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit......
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.