ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
2. Types of setup
Types of setup...
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Constants for sound management
List of constants used by the functions for sound management....
The "Commands" pane
The "Commands" pane lists......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
Static control properties
List of properties associated with a Static control...
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......