SDBPlaylist
Jump to navigation
Jump to search
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
CoClass SDBPlaylist
Object represents a playlist and allows its manipulations including adding or removing tracks and querying child playlists. Playlists are stored in a tree structure. Root playlist can be retrieved using SDB.PlaylistByID method.
ISDBPlaylist members
Name | Type | Description |
---|---|---|
AddTrack | Method | |
InsertTrack | Method | |
AddTrackById | Method | |
AddTracks | Method | Buggy before 3.0 |
InsertTracks | Method | From 4.0 |
ChildPlaylists | Property Get | |
Clear | Method | |
CreateChildPlaylist | Method | |
ChildPlaylistExists | Method | From 4.1 |
Delete | Method | |
ID | Property Get | |
isAutoplaylist | Property Get | |
MoveTrack | Method | |
RemoveTrack | Method | |
RemoveTrackNoConfirmation | Method | From 4.0 |
Title | Property Get/Let | |
Tracks | Property Get | |
LastModified | Property Get | From 4.1 |