ISDBApplication::CurrentSongList: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==[[SDBApplication#ISDBApplication_members|ISDBApplication]]::CurrentSongList==
{{MethodDeclaration|SDBApplication|ISDBApplication|Property Get CurrentSongList As [[SDBSongList]]}}


''Property Get CurrentSongList As ISDBSongList''
===Property description===


No parameters
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 (or the now playing list) is in focus then only its selected tracks are returned.
===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 ===
*[[ISDBApplication::AllVisibleSongList]]
*[[ISDBApplication::SelectedSongList]]


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

Latest revision as of 22:21, 5 March 2008

CoClass SDBApplication, Interface ISDBApplication

Property Get CurrentSongList As SDBSongList


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 (or the now playing list) is in focus then only its selected tracks are returned.

Related Topics