|
|
|
|
|
TimelineDeleteTrack (Function) In french: TimelineSupprimePiste 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.
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|