ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
<btleDevice variable>.Disconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<ManualEvent variable>.Open (Function)
Opens a synchronization event between several threads.
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
CertificateSelect (Function)
Opens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
StringReverse (Function)
Reverses the characters of a string.
iParameterWatermark (Function)
Adds a watermark into a report (report created in the report editor or printed report).
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
hbDeleteTable (Function)
Deletes an HBase table.
Facebook functions (prefix syntax)
List of Facebook functions...
SSH functions (prefix syntax)
The following functions are used to connect and communicate with a SSH server:...
Communicate with an SSH server (prefix syntax)
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
VariantConvert (Function)
Converts the value stored in a Variant variable].
Kanban control functions (prefix syntax)
The following functions handle Kanban controls......
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.