ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
ThreadPause (Function)
Pauses the current thread during the specified duration.
NetworkUser (Function)
Identifies the name of the connected user.
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control based on a data file
This type of Looper control uses data from a data file or query......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
Size (Property)
The Size property is used to determine and change the size of an element.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
TreeView Table control functions
List of functions for managing TreeView Table controls...
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
FileDisplay (Example)
Usage example of the FileDisplay function