ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SIPVisible (Function)
Displays the keyboard.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
LDAPConnect (Function)
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
Drawing constants
List of constants used by the drawing functions....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
Character strings
WLanguage supports different types of strings....
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
First project window
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...