ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Constants for the Exif functions
List of constants used by the Exif functions....
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Fax constants
List of constants used by the functions for managing faxes....
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
Constants used by the Factory functions
The following constants are used by the functions for managing the software factory:...
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
OpenSister (Function)
Opens a non-modal sibling window.
Operator on Address
The & operator returns the address of a variable as an integer
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....