File mask used to select items displayed in the shell control.
Source position: shellctrls.pas line 241
public property TCustomShellListView.Mask : string |
Mask is a String property used to supply a mask which determines the file system objects displayed in the shell control. Mask can contain one or more mask values delimited by the Semicolon (';') character. For example:
*.exe; br*.com; c??.*
Changing the value in Mask causes the Clear method to be called for the shell control. In addition, the Items property calls its Clear method to remove entries stored in the property. The PopulateWithRoot method is called to re-populate the shell control using the new mask value.
The value in Mask is passed as an argument to the internal GetFilesInDir helper which gets the file system objects displayed in the List View control.
Use MaskCaseSensitivity to specify the case sensitivity option used when matching file masks in the shell control.
|
Collection of list items displayed on the list view control. |
|
|
Fills the list view with file system information for the root directory. |
|
|
Case Sensitivity option enabled for file masks in the shell control. |
|
|
Clears the Items for the list view. |