mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
Documents TFileListBox.Mask
git-svn-id: trunk@33528 -
This commit is contained in:
parent
81511cf49b
commit
459ff7d0c2
@ -386,9 +386,15 @@
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TFileListBox.Mask" link="#LCL.FileCtrl.TCustomFileListBox.Mask">
|
||||
<short/>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
<short>Specifies which files will be shown</short>
|
||||
<descr>
|
||||
<p>This property should be filled with a list of masks separated by semi-colons. For example: "*.pdf;*.svg" will show all files with the extensions pdf and svg. The default value for this property is "*" which for this control will be consider the generic mask meaning any file. Do not use the Windows specific mask "*.*" to attempt to show all files, which is the behavior from Delphi. In the LCL version of the control this will require the file name to have a point.</p>
|
||||
<p>Allowed wildcarss are "*" which means zero or more characters and "?" which means exactly 1 character of any kind. Other characters represent themselves with one important detail: The file matching algorithm is case insensitive. So if you set "*.PDF" in the mask, then "PostScript.pdf" will also be shown, even in Linux in a case-sensitive file system.</p>
|
||||
<p>This property has exactly the same rules and behavior as TFilterComboBox.Mask.</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TFilterComboBox.Mask"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TFileListBox.MultiSelect" link="#LCL.StdCtrls.TCustomListBox.MultiSelect">
|
||||
|
Loading…
Reference in New Issue
Block a user