ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Constants for managing images in websites
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)....
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.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
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.