ISDBApplication::AllVisibleSongList: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==[[SDBApplication#ISDBApplication_members|ISDBApplication]]::AllVisibleSongList==
{{MethodDeclaration|SDBApplication|ISDBApplication|Property Get AllVisibleSongList As ISDBSongList}}


''Property Get AllVisibleSongList As ISDBSongList''
No parameters
===Property description===
===Property description===


Returns SDBSongList object of all tracks that are currently in the track list in the main MediaMonkey window.
Returns SDBSongList object of all tracks that are currently in the track list in the main MediaMonkey window.


===Related items===
=== Related Topics ===  
[[ISDBApplication::CurrentSongList]], [[ISDBApplication::SelectedSongList]]
 
*[[ISDBApplication::CurrentSongList]]  
*[[ISDBApplication::SelectedSongList]]  


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

Latest revision as of 12:05, 21 March 2007

CoClass SDBApplication, Interface ISDBApplication

Property Get AllVisibleSongList As ISDBSongList


Property description

Returns SDBSongList object of all tracks that are currently in the track list in the main MediaMonkey window.

Related Topics