ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
ComponentInfo (Function)
Returns information about a component.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Type XLSCell: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Preparing the phone to test an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Bluetooth constants
List of constants used by the Bluetooth functions....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Logical operators
The logical operators are as follows......
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
docStyle (Variable type)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....