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 a track from a TimeLine control.
Caution: If the TimeLine control is linked to a data source, the deletion is performed in the control only: the events linked to the track are not deleted from the data source.
Example
// Deletes the SOUND track
TimelineDeleteTrack(TL_MYTIMELINE, "Sound")
Syntax
<Result> = TimelineDeleteTrack(<TimeLine control> , <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: wd290mdl.dll
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help