ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
ExtractLine (Function)
Extracts a specific line from a character string.
Check: Sending an email
The monitoring robot will......
Table control functions
List of functions specific to Table controls...
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
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.
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoInfo (Function)
Returns information about a MongoDB database.
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
fCreateLink (Function)
Creates a link on a file at the specified location.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
VibrationTrigger (Function)
Triggers the vibrations of the device.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Factorial (Function)
Returns the factorial of an integer number.