ISDBCommonDialog::Filter: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
Line 3: Line 3:
===Property description===
===Property description===


A filter for filenames, for example 'CSV (*.csv)|*.csv|All files (*.*)|*.*'.
A filter for filenames, e.g. "CSV (*.csv)|*.csv|All files (*.*)|*.*"
 
This lets the user choose between 2 sets of file types: ''CSV (*.csv)'' which shows all CSV files (*.csv), and ''All files (*.*)'' which shows all files (*.*)


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

Latest revision as of 15:49, 4 November 2007

CoClass SDBCommonDialog, Interface ISDBCommonDialog

Property Get/Let Filter As String


Property description

A filter for filenames, e.g. "CSV (*.csv)|*.csv|All files (*.*)|*.*"

This lets the user choose between 2 sets of file types: CSV (*.csv) which shows all CSV files (*.csv), and All files (*.*) which shows all files (*.*)