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.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
iPreview (Function)
Configures the print destination.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
<Table>.Insert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
Setup of the WEBDEV Application Server for Linux
Multi-project search
Performing a search in the current project is a common operation......
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.