ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display (External language)
Displays a value in a control or assigns a value in a variable.
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected...
<Array>.AddLine (Function)
Adds a row at the end:
  • of a one- or two-dimensional WLanguage array.
  • of an advanced two-dimensional array property (xlsDocument, etc.).
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer):
  • the index of the appointment for the specified position.
  • the date corresponding to the specified position.
MaxLineHeight (Property)
The MaxLineHeight property gets and sets the maximum height in:
  • the rows of a Table control (case of multiline rows with automatic resizing).
  • the rows of a TreeView Table control.
  • the rows of a Looper control.
Silent setup
This help page presents the different silent installations available:
  • Installing the WEBDEV Application Server.
  • Installing the HFSQL Client/Server server .
<Notification variable>.Add (Function)
Adds a notification to the system bar (Android) or notification center (iOS).
Events associated with Link controls
List of events associated with Link controls
<Array>.Insert (Function)
Inserts an element at a given position:
  • into a one-dimensional array.
  • into an associative array.
  • into an advanced array property (array of gglCalendar events, etc.).
  • into a WLanguage list.
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account:
  • the sort criteria defined by ArraySort
  • the comparison operator described in the class, if the elements of the array are class instances.
Creating the skin template of a report
An Item Description variable is used to describe one or more items in a data file programmatically.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
Customizing the report viewer: Available windows
This help page presents the different data sources available for a control.
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
<Array>.InsertLine (Function)
Inserts a row at a given position:
  • into a two-dimensional WLanguage array.
  • into an advanced two-dimensional array property (xlsDocument, etc.).
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page...
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode...
ActivePlane (Property)
The ActivePlane property gets and sets the number of the active plane in a window, internal window or Cell control.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control...
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
1
2