ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
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.
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.
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......
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......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
ZOrder (Example)
Usage example of the ZOrder property
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
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......
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
PopupAnimate (Function)
Displays a popup in a page cell.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
iForceComplement (Function)
Forces the printing of a Body Complement block.
FTPConnect (Example)
Usage example of the FTPConnect function
dFont (Example)
Usage example of the dFont function