ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHWrite (Function)
Writes data into the specified SSH session.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
WindowsVersion (Function)
Returns the runtime mode of Windows.
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
HDeleteQuery (Function)
Deletes a query (used by stored procedures) from an HFSQL server.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.