ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
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.
Events associated with List Box controls
List of events associated with List Box controls...
6. Internal window
Internal windows...
dPolygon (Example)
Usage example of the dPolygon function
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
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......
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
.NET application
To create a.NET application from a project......
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.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
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.