ISDBApplication::CurrentSongList: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 4: Line 4:


Returns SDBSongList object that contains tracks depending on the current context. E.g. if a tree node is in focus then all its tracks are returned, if the main track list is in focus then only its selected tracks are returned.
Returns SDBSongList object that contains tracks depending on the current context. E.g. if a tree node is in focus then all its tracks are returned, if the main track list is in focus then only its selected tracks are returned.
=== Related Topics ===
*[[ISDBApplication::AllVisibleSongList]]
*[[ISDBApplication::SelectedSongList]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 15:06, 4 November 2007

CoClass SDBApplication, Interface ISDBApplication

Property Get CurrentSongList As ISDBSongList


Property description

Returns SDBSongList object that contains tracks depending on the current context. E.g. if a tree node is in focus then all its tracks are returned, if the main track list is in focus then only its selected tracks are returned.

Related Topics