PlaylistIndex
Delphi
property PlaylistIndex: LongInt read GetPlaylistIndex write SetPlaylistIndex;
C++Builder
__property System::LongInt PlaylistIndex = {read=GetPlaylistIndex, write=SetPlaylistIndex, nodefault};
C#
public int PlaylistIndex { get; set; }
VB.NET
Public Property PlaylistIndex As Integer
C++/Qt
int GetPlaylistIndex ();
void SetPlaylistIndex (int Value);
Returns the position of the clip currently played in the playlist.
See the "Using the playlist " chapter for more information about the playlist feature.