ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
XML management: Use example
This application example manages an XML file named "Orders......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Constants for managing Gantt charts
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
General environment of WINDEV
Font (Type of variable)
A Font variable creates a font programmatically...
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
WEBDEV Application Server 2024
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
BackgroundTaskAdd (Function)
Adds a new background task.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
BurnerEject (Function)
Opens or closes the door of current burner.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
GanttAddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.