ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Referring to an element in a WLanguage event / process
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......