ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
TwainToJPEG (Function)
Allows: save the document coming from the Twain device in a JPEG file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in JPEG format (in a buffer)....
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Aliases on data files: HAlias
The aliases are used to handle......
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Comparison operators
The comparison operators can be divided into several categories......
Domo constants
List of constants used by the DomoXXX functions....
LooperAdd (Function)
Adds a row at the end of a Looper control.
The key items
Keys are specific items in your analysis......
fReadLine (Example)
Usage example of the fReadLine function
InitRandom (Function)
Initializes the generator of random numbers.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
MatExist (Function)
Checks the whether the matrix exists in memory.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Right (Function)
Extracts the last characters from a string or string buffer.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
CurrentMonth (Function)
Returns the number of the current month.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....