ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Sidebar control properties
List of properties associated with the Sidebar control...
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Certificate
The Certificate keyword can correspond to...
Border (Property)
The Border property is used to get and change the borders of an element.
dBorder (Function)
Draws the borders.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
Address
The Address keyword can correspond to...
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....