ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SpreadsheetFreeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
FBSessionStatus (Function)
Checks the status of a Facebook session.
Token
The Token keyword can correspond to...
AuthURL (Property)
The URLAuth property is used to get and define the authorization URL to be used (first URL of the OAuth 2.0 specification).
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
Quality (Property)
The Quality property is used to get and set the quality level of an element.
ToolbarUndock (Function)
Transforms a docked Toolbar control into a floating Toolbar control.
Multi-touch management functions
The following functions are used to manage the multi-touch......
WidgetRunApp (Function)
Starts the application to which a widget belongs.
RibbonHighlightPane (Function)
Highlights a tab in a Ribbon control.
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
HTTPCreateForm (Function)
Creates an HTTP form.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
On/Off button in a window
The on/off button is a button that operates like a check box......