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
Adds a new track into a TimeLine control.
Example
// Add 2 tracks
TimelineAddTrack(TL_General, "Sound")
TimelineAddTrack(TL_General, "Image")
Syntax
<Result> = TimelineAddTrack(<TimeLine control> , <Track> [, <Image>])
<Result>: Integer
  • Index of the added track,
  • -1 if an error occurred. ErrorInfo is used to identify the error.
<TimeLine control>: Control name
Name of TimeLine control into which the track will be added.
<Track>: Character string
Name of the added track. An invisible value can be added by gStoredValue.
<Image>: Optional character string
Path and name of the background image for the title of the track. This image is displayed below the header of the line containing the name of the track.
Component: wd290mdl.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help