ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
ModbusReadBit (Function)
Reads one or more bits 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......
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
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....
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
fLongName (Function)
Returns the long name of a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....