ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
Constants for managing images in websites
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
MemcachedGetKeyGroup (Function)
Retrieves the values of keys stored on a group of Memcached servers.
USING IN (Stopwatch)
The statement USING ... IN allows you to automatically start and stop a stopwatch.
<mqttSession variable>.Connect (Function)
Used to connect to a MQTT server (also called "Broker").
<mqttSession variable>.Disconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
<Connection variable>.InfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
<Connection variable>.ModifyServerRights (Function)
Modifies the rights granted to a user or to a group on a HFSQL server.
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
HInfoDatabaseRights (Function)
Allows you to find out the rights granted to a user or to a group on a database.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.