SDBScriptControl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (note about ActiveX name) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{AutomationObjectsList}} | |||
== CoClass SDBScriptControl == | == CoClass SDBScriptControl == | ||
Object for controlling of script related functionality. | Object for controlling of script related functionality. It is accessible as global <tt>Script</tt> variable in internal scripts (scripts launched by MediaMonkey). | ||
Object is exposed to ActiveX under name <tt>SongsDB.SDBScriptControl</tt>. | |||
=== ISDBScriptControl members === | === ISDBScriptControl members === | ||
Line 8: | Line 11: | ||
|[[ISDBScriptControl::Include|Include]] |Method | | |[[ISDBScriptControl::Include|Include]] |Method | | ||
|[[ISDBScriptControl::RegisterEvent|RegisterEvent]] |Method | | |[[ISDBScriptControl::RegisterEvent|RegisterEvent]] |Method | | ||
|[[ISDBScriptControl::Reload|Reload]] |Method | From 3.1 | |||
|[[ISDBScriptControl::ScriptPath|ScriptPath]] |Property Get | | |[[ISDBScriptControl::ScriptPath|ScriptPath]] |Property Get | | ||
|[[ISDBScriptControl::ShowHangingEvents|ShowHangingEvents]] |Method | From 3.1 | |||
|[[ISDBScriptControl::Terminate|Terminate]] |Property Get | | |[[ISDBScriptControl::Terminate|Terminate]] |Property Get | | ||
|[[ISDBScriptControl::UnRegisterAllEvents|UnRegisterAllEvents]] |Method | | |[[ISDBScriptControl::UnRegisterAllEvents|UnRegisterAllEvents]] |Method | | ||
|[[ISDBScriptControl::UnRegisterEvents|UnRegisterEvents]] |Method | | |[[ISDBScriptControl::UnRegisterEvents|UnRegisterEvents]] |Method | | ||
|[[ISDBScriptControl::UnRegisterHandler|UnRegisterHandler]] |Method | | |||
}} | }} | ||
Latest revision as of 22:37, 20 April 2013
- 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 SDBScriptControl
Object for controlling of script related functionality. It is accessible as global Script variable in internal scripts (scripts launched by MediaMonkey).
Object is exposed to ActiveX under name SongsDB.SDBScriptControl.
ISDBScriptControl members
Name | Type | Description |
---|---|---|
Include | Method | |
RegisterEvent | Method | |
Reload | Method | From 3.1 |
ScriptPath | Property Get | |
ShowHangingEvents | Method | From 3.1 |
Terminate | Property Get | |
UnRegisterAllEvents | Method | |
UnRegisterEvents | Method | |
UnRegisterHandler | Method |