ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
3. Debugger
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
<gglConnection variable>.GetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
9. Overlaying controls
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
XMLDocument
The xmlDocument keyword can correspond to: the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see xmlDocument....
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Title (Property)
The Title property is used to get and change the title of an element.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Label (Property)
The Label property is used to get and define the label of an element.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
<Tab>.SaveConfiguration (Function)
Saves the configuration of dynamic tabs found in a Tab control in character string format.
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......