ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
22. Report templates
14. Report templates
Report templates...
<Source>.ImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Constants for managing the modification of windows by the user
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
MDIRight (Property)
The MDIRight property is used to determine and modify the distance between the right border of the MDI parent window and the right border of the MDI area.
MDIBottom (Property)
The MDIBottom property is used to determine and change the distance between the bottom border of the MDI parent window and the bottom border of the MDI area.
MDILeft (Property)
The MDILeft property is used to determine and change the distance between the left border of the MDI parent window and the left border of the MDI area.
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
grDestinationWnd (Function)
Defines a window as chart destination.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
WidgetDisplay (Function)
Refreshes a widget window.
WinChangeAlias (Function)
Modifies the alias of a window.
SysWinTitle (Function)
Returns the title of the window.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Properties associated with a window
List of properties associated with a window...
The Static control
A Static control is a control used to display a static text......