ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manager of automated tests
The test manager is used to......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Multiline strings
To type character strings over several lines in the code editor...
Outstanding progress bars
Simple or symmetric progress bar?...
14. Managing the "Back" button in practice
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
16. Protecting access to the site: passwords
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Local procedure
Two types of procedures are available......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
BackgroundTaskAdd (Function)
Adds a new background task.