ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Defining clickable areas
In a page, an Image control can contain clickable areas......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
dPolygon (Example)
Usage example of the dPolygon function
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Events associated with List Box controls
List of events associated with List Box controls...
6. Internal window
Internal windows...
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
dBackground (Example)
Usage example of the dBackground function
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
MyPage (Reserved word)
MyPage is used to handle the current page...
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
Organization Chart: Displaying a manufacturing process
An Organization Chart control can be used to display a diagram. It can be used, for example, to display the different steps of a process.
dFont (Example)
Usage example of the dFont function
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Query editor
The query editor is used to automatically create queries on the data files......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......