ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Testing a site: Elements to be tested
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
Writing an email: the available methods
This help page presents the methods for writing an email....
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Typecasting of parameters
The description of the parameter type is optional......
Customizing the report viewer: Available windows
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
17. WLanguage: a simple and powerful language
16. Types of code
15. Repeating a group of controls: loopers
Word Processing control events
WINDEV manages the following events by default......
27. Center or anchor a site horizontally
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
9. Overlaying controls
10. UMC: User Macro-Code
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
2. Types of setup
Types of setup...
14. Report templates
Report templates...
4. When to use the debugger?
22. Report templates
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.