Filter
Previous  Next

Gets or set which files will be shown in the dialog.
Syntax: Filter As String
The filter string can be used for more than one filter by using the | separator (which is also used to separate between the description and the filter).
A semicolon is used to combine several filters.

Example:
odEX.Filter = "Picture Files|*.bmp;*.jpg|Text Files|*.txt|All Files|*.*"