backanim

  JR-FileViewer
Properties   Methods Events
   

jrsoftlogo

FilePattern

  Description:

Gets/Sets the currently applied pattern used for filtering files

       
 

  ico_syntax   Syntax:

FileViewer1.FilePattern [ = string]

         

ico_weitere   Remarks:


This property specifies the types of files that are shown in the FileViewer.

The default value of this property " *.* " shows all types of files. You can set this property to a different value to allow only files with certain extensions. For example, to show only bitmap files, you can set the value to " *.bmp ".

You can also set multiple patterns separated by a semicolon. For example, to show only picture files of all types you can set this value to " *.bmp;*.jpg;*.gif;*.png "