ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Image (Property)
The Image property gets and sets the background image of a control or block.
Handling a toolbar through programming (prefix syntax)
WINDEV allows you to handle a Toolbar control through programming......
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
KanbanFilter (Function)
Displays only cards that match the specified filter.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
Google Maps management functions
List of functions for managing Google maps...
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
Constants for managing videos
List of constants used by the functions for video management....
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
PDFReaderSave (Function)
Saves the content of a PDF Reader to a file.
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
DisplayModePreview (Property)
The DisplayModePreview property gets and sets the camera preview mode.
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
On/Off button in a window
The on/off button is a button that operates like a check box......