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.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control.
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
TotalNbChildren (Property)
The TotalNbChildren property returns the total number of children in a branch: of a Treeview control, of a TreeView Table control....
SchedulerPositionResource (Function)
Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
<TreeView>.SelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
GridlinesVisible (Property)
The GridlinesVisible property is used to: Determine whether or not gridlines are visible in a control. Show or hide gridlines in a control....
<Scheduler>.PositionResource (Function)
Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
Functions for managing TreeView Table controls (prefix syntax)
List of functions for managing TreeView Table controls...
FlexShrink (Property)
The Property FlexShrink allows you to know and modify the reduction factor of a control present in a row of a control Flexbox.
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
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....
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
Organizer report
The report editor gives you the ability to create "Organizer" reports....