ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Step 4: Starting the print
To start the print job, simply use iEndPrinting......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
WDDeploy features
WDDeploy can be used to......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Events associated with List Box controls
List of events associated with List Box controls...
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
Feedback component
The Feedback component is a component provided with WINDEV......
Compilation options
The compilation options allow you to define the help system generation settings......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....