ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a window skin template
Events associated with a Dockable Panel control
Events associated with Link controls
List of events associated with Link controls...
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Redis management functions (prefix syntax)
The following functions are used to handle Redis databases, using prefix syntax:...
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
iCloudKeyValueWrite (Function)
Stores the value of a key in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueRead (Function)
Reads the value of a key in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueListKey (Function)
Lists the keys contained in an Apple iCloud-based container of "key-value" pairs.
1. WLanguage
WINDEV Mobile tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
7. Multilingual sites in practice
Native MySQL Connector - License Agreement
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
7. Multilingual applications in practice