ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HDescribeLink (Function)
Describes a link between two data files through programming.
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
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
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
ERR_BUTTON_EXPECTED
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be......
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Error 1017: The method is not global: use: to access it
Error 1006: The member is not global: use: to access it
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....