SDBProgress
- 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 SDBProgress
Object represents one instance of progress bar in main MediaMonkey window. New instance is acquired by calling SDB.Progress() method.
ISDBProgress members
| Name | Type | Description | 
|---|---|---|
| Increase | Method | Increases value of progress bar by one. | 
| MaxValue | Property Get/Let | Contains maximum value of the progress bar. | 
| Terminate | Property Get | Returns true when script processing should terminate. | 
| Text | Property Get/Let | Contains text shown on the progress bar. | 
| Value | Property Get/Let | Contains current value of the progress bar. |