ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Environment of the data model editor
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
SaaSAdminModifyService (Function)
Modifies a SaaS service.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<Variable Drive>DirectoryList (Function)
Lists the directories of an Drive.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
VibrationTrigger (Function)
Triggers the vibrations of the device.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
gpwAuthLogin (Function)
Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc.
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication.
MQTT functions
The following functions are used to manage MQTT clients...
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.