ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
LooperCancelSwipe (Function)
Cancels the display of the internal window displayed in a Looper control further to the row swipe.
Parallel task management functions
The following functions are used to manage parallel tasks...
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
MaskFormat (Function)
Formats a character string using an InputMask variable.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
dFill (Example)
Usage example of the dFill function
dPoint (Example)
Usage example of the dPoint function
Hash constants
List of constants used by the Hash functions....
Author (Property)
The Author property gets and changes the author of an element.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
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....
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
Error 1035: A class used in a structure must have a constructor without parameter...
Error 706: The property does not exist on this type of control
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
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.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.