ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
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......
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Reorder the data displayed in your tables
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....
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
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)......
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
9. Overlaying controls
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
21. Reports
WINDEV Mobile concepts
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Table,Col (External language)
Returns the current index of the column.
<TreeView Table>.DeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Events associated with Table controls
List of events associated with Table controls...
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
18. Order of execution of the code of buttons/links
13. Security benefit: managing the "Back" button
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......