ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Table>.SetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Page Header block
The Page header block is printed on each new page......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Gantt functions (prefix syntax)
The following WLanguage functions are used to manage Gantt charts......
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
iCloudKeyValueWatch (Function)
Defines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs.
HFSQL Client/Server: Configuring the server
Custom properties (WLanguage)
A custom property is a code element with two events......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Table,Display (External language)
Refreshes the Table control.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......