ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MaxSourceCardinality (Property)
The MaxSourceCardinality property gets and changes the maximum cardinality of the source item in the link.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
HDeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
iForceComplement (Function)
Forces the printing of a Body Complement block.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
<Chart>.LegendFont (Function)
Modifies the font used for the chart legend.
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Events associated with a Layout control
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......