ISDBApplication::CurrentSongList: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{MethodDeclaration|SDBApplication|ISDBApplication|Property Get CurrentSongList As | {{MethodDeclaration|SDBApplication|ISDBApplication|Property Get CurrentSongList As [[SDBSongList]]}} | ||
===Property description=== | ===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. | 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 === | === Related Topics === |
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.