ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Content (Property)
The Content property is used to get and change the content of an element.
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
Find out the account that runs the AWP protocol
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
HCloseConnection (Example)
Usage example of the HCloseConenction function
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Constants for managing the registry
List of constants used by the registry management functions....
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......