ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / TimeLine functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes a track from a TimeLine control.
Note: If the TimeLine control is bound to a data source, the track is only deleted from the control. The events linked to the track are not deleted from the data source.
Example
// Deletes the SOUND track
TL_MYTIMELINE.deleteTrack("Sound")
Syntax
<Result> = <TimeLine control>.DeleteTrack(<Track>)
<Result>: Boolean
  • True if a track was deleted,
  • False otherwise.
<TimeLine control>: Control name
Name of TimeLine control from which the track will be deleted.
<Track>: Character string
Name of the track to delete.
Component: wd300mdl.dll
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help