SDBProgress: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(added description and changed main object description) |
||
Line 2: | Line 2: | ||
== CoClass SDBProgress == | == CoClass SDBProgress == | ||
Progress | Object represents one instance of progress bar in main MediaMonkey window. New instance is acquired by calling [[ISDBApplication::Progress|SDB.Progress()]] method. | ||
=== ISDBProgress members === | === ISDBProgress members === | ||
{{MethodsList | {{MethodsList | ||
|[[ISDBProgress::Increase|Increase]] |Method | | |[[ISDBProgress::Increase|Increase]] |Method | Increases value of progress bar by one. | ||
|[[ISDBProgress::MaxValue|MaxValue]] |Property Get/Let | | |[[ISDBProgress::MaxValue|MaxValue]] |Property Get/Let | Contains maximum value of the progress bar. | ||
|[[ISDBProgress::Terminate|Terminate]] |Property Get | | |[[ISDBProgress::Terminate|Terminate]] |Property Get | Returns true when script processing should terminate. | ||
|[[ISDBProgress::Text|Text]] |Property Get/Let | | |[[ISDBProgress::Text|Text]] |Property Get/Let | Contains text shown on the progress bar. | ||
|[[ISDBProgress::Value|Value]] |Property Get/Let | | |[[ISDBProgress::Value|Value]] |Property Get/Let | Contains current value of the progress bar. | ||
}} | }} | ||
Revision as of 19:51, 28 September 2008
- 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. |