ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Serialization constants
The serialization constants are as follows:
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Events associated with ListView controls
List of events associated with ListView controls...
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......