ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
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.
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable.
HInfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server table....
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
HStatDate (Function)
Returns the date of the last update for the index statistics.
Underline (Property)
The Underline property is used to: Find out whether a Font variable is underlined. Underline (or not) a Font variable....
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index sort item: all sort options specified for the sort item are taken into account (case sensitivity, punctuation, sort direction, Unicode language, ...).
xlsUnmergeCell (Function)
Unmerges a range of cells.
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
Manipulating a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Hash constants
List of constants used by the Hash functions....