ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
List of extension attributes
The list of extension attributes ......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Events associated with internal windows
List of events associated with internal windows...
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
2. How to test a site?
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......