ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....