ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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....
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....
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)...
.NET application
To create a.NET application from a project......
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
6. Internal window
Internal windows...
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.
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.
WINDEV applications for Linux: Specific features
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
ZOrder (Example)
Usage example of the ZOrder property
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......