mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 04:22:52 +02:00
docs: documented GetAllFilesMask
git-svn-id: trunk@10860 -
This commit is contained in:
parent
a565b77244
commit
5eb5cdde43
@ -379,8 +379,8 @@
|
|||||||
<short>Appends the path delimeter to the path.</short>
|
<short>Appends the path delimeter to the path.</short>
|
||||||
<descr>AppendPathDelim checks if the last character in the path is the path delimeter. If it isn't the path delimeter, it is added, otherwise the unmodified path is returned.
|
<descr>AppendPathDelim checks if the last character in the path is the path delimeter. If it isn't the path delimeter, it is added, otherwise the unmodified path is returned.
|
||||||
</descr>
|
</descr>
|
||||||
<errors></errors>
|
<errors/>
|
||||||
<seealso></seealso>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- function result Visibility: default -->
|
<!-- function result Visibility: default -->
|
||||||
<element name="AppendPathDelim.Result">
|
<element name="AppendPathDelim.Result">
|
||||||
@ -394,8 +394,8 @@
|
|||||||
<element name="ChompPathDelim">
|
<element name="ChompPathDelim">
|
||||||
<short>Removes trailing path delimeter</short>
|
<short>Removes trailing path delimeter</short>
|
||||||
<descr>ChompPathDelim checks if the last character in the path is the path delimeter. If it is the path delimeter, it is removed, otherwise the unmodified path is returned.</descr>
|
<descr>ChompPathDelim checks if the last character in the path is the path delimeter. If it is the path delimeter, it is removed, otherwise the unmodified path is returned.</descr>
|
||||||
<errors></errors>
|
<errors/>
|
||||||
<seealso></seealso>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- function result Visibility: default -->
|
<!-- function result Visibility: default -->
|
||||||
<element name="ChompPathDelim.Result">
|
<element name="ChompPathDelim.Result">
|
||||||
@ -560,8 +560,11 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- function Visibility: default -->
|
<!-- function Visibility: default -->
|
||||||
<element name="GetAllFilesMask">
|
<element name="GetAllFilesMask">
|
||||||
<short/>
|
<short>File mask representing all files suitable for showing in a file filter.</short>
|
||||||
<descr/>
|
<descr>GetAllFilesMask returns a File Mask suitable for showing in a filter of a Open File Dialog.
|
||||||
|
|
||||||
|
|
||||||
|
windows '*.*' is returned, on other operating systems just '*'.</descr>
|
||||||
<errors/>
|
<errors/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user