ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SAPDisconnect (Function)
Disconnects a SAP R/3 system....
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
<Chart>.PointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
MemDeleteAll (Function)
Clears and deletes a memory zone.
MemDelete (Function)
Deletes an element from a memory zone.
MemSetPosition (Function)
Positions the memory zone on an element.
MemModify (Function)
Modifies an element in a memory zone.
MemExist (Function)
Checks the existence of a memory zone.
fMemExist (Function)
Checks the existence of a shared memory zone.
MemSort (Function)
Sorts the elements found in a memory zone.
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
TimeZone (Property)
The TimeZone property is used to set the time zone.
fMemOpen (Function)
Opens a memory zone shared between several applications.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.