|
|
|
|
|
<TimeLine>.DeleteTrack (Function) In french: <TimeLine>.SupprimePiste 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.
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|