AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Línea de tiempo
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
Functions for managing TimeLine controls (prefix syntax)
The following functions are used to manage TimeLine controls, using prefix syntax:
<TimeLine>.AddEventAdds an event into a TimeLine control.
<TimeLine>.AddTrackAdds a new track into a TimeLine control.
<TimeLine>.ChangeModeModifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
<TimeLine>.DeleteAllDeletes all events and tracks from a TimeLine control.
<TimeLine>.DeleteEventDeletes an event from a TimeLine control.
<TimeLine>.DeleteTrackDeletes a track from a TimeLine control.
<TimeLine>.DisplayReinitializes 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).
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local