ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

28. Site SEO
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
FontAppointmentTitle (Property)
The FontAppointmentTitle property is used to: Find out the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports. Modify the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports....
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....
29. SEO in practice
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
<Tab>.LoadConfiguration (Function)
Restores the configuration of dynamic tabs in a Tab control.
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
Project description: Project tab
The project description window allows you to configure various elements of your project......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
<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.
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......