![]() |
![]() ![]() ![]() |
dcFolderListView component.
|
property FileMask: String; // *.* by default
|
The FileMask property is the wildcarded mask, filter which specifies which files you would like to show in the dcFolderListView control. The FileMask can contain wildcard characters (* and ?). For example, if you would to show only .PAS files - set FileMask to "*.pas". To show only .PAS files which begins from "a" character - set FileMask to "a*.pas"
|
|
![]() |
![]() |
|
For example, if you would like to show only files and folders that begins from "a" character, set FileMask to "a*.*" and ShowAllFolders to False.
|
ShowAllFolders property.
|