ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
SysYRes (Function)
Returns the vertical screen resolution.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
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.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
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.
Type (Property)
The Type property is used to get and change the type of an element.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.