ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: TimeLine functions
20 results
<TimeLine>.AddEvent (Function)
Adds an event into a TimeLine control.
<TimeLine>.AddTrack (Function)
Adds a new track into a TimeLine control.
<TimeLine>.ChangeMode (Function)
Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
<TimeLine>.DeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
<TimeLine>.DeleteEvent (Function)
Deletes an event from a TimeLine control.
<TimeLine>.DeleteTrack (Function)
Deletes a track from a TimeLine control.
<TimeLine>.Display (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
<TimeLine>.ListEvent (Function)
Returns:
  • the list of events found between two given times in a TimeLine control,
  • all events of a TimeLine control,
  • a specific event (selected or hovered).
Constants for managing TimeLine controls
Constants for managing TimeLine controls
EventTimeline (Variable type)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
Functions for managing TimeLine controls (prefix syntax)
The following functions are used to manage TimeLine controls:
TimeLine control functions
The following functions are used to manage TimeLine controls:
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
TimelineAddTrack (Function)
Adds a new track into a TimeLine control.
TimelineChangeMode (Function)
Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
TimelineDeleteEvent (Function)
Deletes an event from a TimeLine control.
TimelineDeleteTrack (Function)
Deletes a track from a TimeLine control.
TimelineDisplay (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
TimelineListEvent (Function)
Returns:
  • the list of events found between two given times in a TimeLine control,
  • all events of a TimeLine control,
  • a specific event (selected or hovered).