ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
FileDisplay (Example)
Usage example of the FileDisplay function
FTPConnect (Example)
Usage example of the FTPConnect function
zipFindFile (Example)
Usage example of the zipFindFile function
Hash constants
List of constants used by the Hash functions....
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
rssInitialize (Function)
Loads a RSS stream in memory.
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
HDeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
MaskFormat (Function)
Formats a character string using an InputMask variable.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
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.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
fMakeDir (Example)
Usage example of the fMakeDir function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function