ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
grRaised (Function)
Used to display a chart with raised effect.
grDeleteAll (Function)
Erases a chart and destroys this chart.
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property is used to get and change the maximum height of a thumbnail of an Image item (binary memo).
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
FinError (Example)
Usage example of the FinError function