ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a project: setting
By testing the project you can simulate how the application will run......
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
HFSQL Client/Server: Configuring the data files on the server
License agreement - HFSQL Client/Server
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
gpwBiometricAuthentication (Function)
Enables biometric authentication for the connected user or retrieves the current status for the connected user.
hdfsCopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
hdfsCopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
RedisSet (Function)
Changes the value of a key on a Redis server.
XMLDocument
The xmlDocument keyword can correspond to: the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see xmlDocument....
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
<Organizer>.ChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Spreadsheet>.StyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....