ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
Bluetooth constants
List of constants used by the Bluetooth functions....
tapiDial (Function)
Dials a phone number for a voice line.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
SIPAddress (Type of variable)
The SIPAddress type is used to define the advanced characteristics of a SIP address.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
The home page
The home page is the first page of your site......
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
InternalWindowPopup (Property)
The InternalWindowPopup property is used to get and modify the name of the internal window used to customize the content of marker popups in a Map control.