ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
IF statement
The conditional IF statement allows you to run an action according to a condition...
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Browser constants
History of versions
The history of setup versions is an advanced feature of the network setup......
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
Structure (Type of variable)
A structure is a custom type of data...