ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Thumbnail (Property)
The Thumbnail property can be used on: the items of an HFSQL data file. For more details, see Thumbnail property on items. the Thumbnail controls (WEBDEV only). For more details, see Thumbnail property on Thumbnail controls....
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)....
7. Layouts using the Flexbox control
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Handling Scheduler controls programmatically
A Scheduler control can be......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Ribbon control functions
The following functions are used to manage the Ribbon controls:...
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....