ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
How to find out whether a report was printed?
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
WINDEV License Agreement
WINDEV License Agreement...
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Handling the report blocks through programming
Each report block is associated with different events......
InitialState (Property)
The InitialState property is used to get the initial state of a control.
SQL view
An SQL view is a virtual data source defined by an SQL query......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Error 204: using a parameter without optional value after parameters ...
Ribbon (Property)
The Ribbon property is used to access the Ribbon control of the associated control (Word Processing, PDF Reader, Spreadsheet, Image Editor, HTML Editor or Diagram Editor controls).
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
9. Sharing a project in practice
Sharing a project in practice...
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......