ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manage TimeLine controls:
TimelineAddEventAdds an event into a TimeLine control.
TimelineAddTrackAdds a new track into a TimeLine control.
TimelineChangeModeModifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
TimelineDeleteAllDeletes all events and tracks from a TimeLine control.
TimelineDeleteEventDeletes an event from a TimeLine control.
TimelineDeleteTrackDeletes a track from a TimeLine control.
TimelineDisplayReinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
TimelineListEventReturns:
  • 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).
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment