ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
End
END can correspond to:
  • the END keyword of WLanguage used to specify the end of a loop.
  • the End property, which can be used on EventTimeline variables.
....
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
StartTotalRange (Property)
The StartTotalRange property is used to:
  • get the first date or time that will be displayed in a Scheduler or TimeLine control.
  • change the first time that can be displayed in a TimeLine control.
EndVisibleRange (Property)
The EndVisibleRange property is used to:
  • find out and modify the last visible date or time in a Scheduler control or in a TimeLine control.
  • modify the last visible time in a TimeLine control.
EndTotalRange (Property)
The EndTotalRange property is used to:
  • get the last date or time that can be displayed in a Scheduler or TimeLine control.
  • change the last time that can be displayed in a TimeLine control.
StartVisibleRange (Property)
The StartVisibleRange property is used to:
  • get and change the first visible date or time in a Scheduler or TimeLine control.
  • change the first visible time in a TimeLine control.
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
Installing the robot controller
The monitoring robot includes three executables...
<Chart>.Tooltip (Function)
Displays and formats:
  • the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). This function also gets the characteristics of the tooltip associated with each section of the chart.
  • a custom tooltip, associated with a point.
<Array>.Copy (Function)
Copies the content of an array to another array.
Combo Box columns in Table controls (prefix syntax)
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns...
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns...
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
Chrono (Variable type)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
<Word Processing>.Add (Function)
Adds an element, document, paragraph, text, image or fragment to the end of a Word Processing control.
<Document variable>.Add (Function)
Adds an element, document, paragraph, text, image or fragment to the end of a Document variable..
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback").
grTooltip (Function)
Displays and formats:
  • the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). This function also gets the characteristics of the tooltip associated with each section of the chart.
  • a custom tooltip, associated with a point.
<Chart>.AddData (Function)
Adds a data into a chart.
Chorus Pro: Automate invoice submission
In France, electronic invoicing has become mandatory for invoicing government services...
<Chart>.Origin (Function)
Modifies the start and end marks on one of the chart axes.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.Add (Function)
Adds a row in:
  • a Table control,
  • a TreeView Table control,
  • a Combo Box control "with table" (Table control displayed in a Combo Box control).
Manipulating TimeLine controls programmatically
A TimeLine control can be...
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be...
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
1
2