ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / TimeLine functions
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
Deletes all events and tracks from a TimeLine control.
Remarks:
  • For a TimeLine control populated programmatically, all events and tracks are deleted.
  • For a TimeLine control based on a data file or on a variable, the events and tracks are only deleted from the control. The events and the tracks are kept in the data source linked to the control.
Example
// Delete all events and tracks from the TimeLine control populated programmatically
TL_TimeLine.DeleteAll()
Syntax
<TimeLine control>.DeleteAll()
<TimeLine control>: Control name
Name of the TimeLine control to be used.
Component: wd290mdl.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help