ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of controls by adding options....
Constants for managing applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Chart control properties
A Chart control can be used......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
fAttribute (Function)
Returns or modifies the attributes of a file.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation programmatically......
Obtaining an HSL (SSL) certificate for IIS
To obtain an HSL (SSL) certificate for IIS, follow these steps......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
Bluetooth functions
List of Bluetooth functions...
GglGetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
GglListContactGroup (Function)
Retrieves the list of groups of contacts associated with the specified Google account.
Parameter (Property)
The Parameter property is used to get and change certain parameters.
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fClose (Example)
Usage example of the fClose function