ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Operations performed on state-transition diagrams
The following paragraphs explain......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
Start of Break block (Break header)
The Start of break block is optional......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Telemetry: Main features
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
Code history
The code history is used to......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Query
The keyword "Query" is used to describe:
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Copying and cloning
Variables are copied using the "=" operator...
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Creating nested reports