ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
zipOpen (Function)
Opens an existing archive.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Copying and cloning
Variables are copied using the "=" operator...
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
Constants for managing certificates
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
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
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......