Docs: LazUtils/masks. Removes extra spaces in topics. Uses consistent tagging for True and False values.

This commit is contained in:
dsiders 2022-06-12 23:57:59 +01:00
parent 3057da65ec
commit 3b940b4d6a

View File

@ -708,7 +708,7 @@
<seealso/>
</element>
<element name="TMaskBase.Create.aCaseSensitive">
<short>True if the mask expression is case sensitive.</short>
<short><b>True</b> if the mask expression is case sensitive.</short>
</element>
<element name="TMaskBase.Create.aOpcodesAllowed">
<short>Op codes allowed for the compiled mask expression.</short>
@ -873,7 +873,7 @@
<seealso/>
</element>
<element name="TMaskUTF8.IsSpecialChar.Result">
<short>Always returns False in TMaskUTF8.</short>
<short>Always returns <b>False</b> in TMaskUTF8.</short>
</element>
<element name="TMaskUTF8.IsSpecialChar.AChar">
<short>Character value examined in the method.</short>
@ -950,7 +950,7 @@
<short>Mask expression for the class instance.</short>
</element>
<element name="TMaskUTF8.Create.aCaseSensitive">
<short>True if comparisons are performed with case sensitivity.</short>
<short><b>True</b> if comparisons are performed with case sensitivity.</short>
</element>
<element name="TMaskUTF8.Create.aOpcodesAllowed">
<short>Set of op codes allowed for the compiled mask expression.</short>
@ -1004,7 +1004,7 @@
</seealso>
</element>
<element name="TMaskUTF8.Matches.Result">
<short>True when the specified value matches the Mask expression.</short>
<short><b>True</b> when the specified value matches the Mask expression.</short>
</element>
<element name="TMaskUTF8.Matches.aStringToMatch">
<short>Value to compare to the Mask expression.</short>
@ -1028,7 +1028,7 @@
</element>
<element name="TMaskUTF8.MatchesWindowsMask.Result">
<short>
True if the specified file name matches the Windows-specific Mask expression.
<b>True</b> if the specified file name matches the Windows-specific Mask expression.
</short>
</element>
<element name="TMaskUTF8.MatchesWindowsMask.AFileName">
@ -1152,12 +1152,16 @@
</element>
<element name="TWindowsMaskUTF8.IsSpecialChar">
<short>Returns True if the specified character contains a Null character (#0) (ASCII NUL).</short>
<short>
Returns <b>True</b> if the specified character contains a Null character (#0) (ASCII NUL).
</short>
<descr/>
<seealso/>
</element>
<element name="TWindowsMaskUTF8.IsSpecialChar.Result">
<short>True if the specified character contains a Null character (#0) (ASCII NUL).</short>
<short>
<b>True</b> if the specified character contains a Null character (#0) (ASCII NUL).
</short>
</element>
<element name="TWindowsMaskUTF8.IsSpecialChar.AChar">
<short>Character value examined in the method.</short>
@ -1189,7 +1193,7 @@
</element>
<element name="TWindowsMaskUTF8.SplitFileNameExtension.aIsMask">
<short>
True if the source file name is treated as a mask specification for a file name and not a file extension; such as '.foo'.
<b>True</b> if the source file name is treated as a mask specification for a file name and not a file extension; such as '.foo'.
</short>
</element>
@ -1206,7 +1210,7 @@
<short>Mask expression for the class instance.</short>
</element>
<element name="TWindowsMaskUTF8.Create.aCaseSensitive">
<short>True if masks are compared with case sensitivity.</short>
<short><b>True</b> if masks are compared with case sensitivity.</short>
</element>
<element name="TWindowsMaskUTF8.Create.aOpcodesAllowed">
<short>Set of TMaskOpCode values allowed in the class instance.</short>
@ -1269,7 +1273,7 @@
</seealso>
</element>
<element name="TWindowsMaskUTF8.Matches.Result">
<short>True when the specified value matches the Mask expression.</short>
<short><b>True</b> when the specified value matches the Mask expression.</short>
</element>
<element name="TWindowsMaskUTF8.Matches.aFileName">
<short>Value examined and compared to the Mask expression.</short>
@ -1526,7 +1530,7 @@
</seealso>
</element>
<element name="TMaskList.Matches.Result">
<short>True when the file name matches one of the mask items.</short>
<short><b>True</b> when the file name matches one of the mask items.</short>
</element>
<element name="TMaskList.Matches.AFileName">
<short>File name examined in the method.</short>
@ -1545,7 +1549,7 @@
<seealso/>
</element>
<element name="TMaskList.MatchesWindowsMask.Result">
<short>True if the file name matches one the masks in the list.</short>
<short><b>True</b> if the file name matches one the masks in the list.</short>
</element>
<element name="TMaskList.MatchesWindowsMask.AFileName">
<short>File name examined in the method.</short>
@ -1745,7 +1749,7 @@
<short>Delimiter used between mask expressions in AValue.</short>
</element>
<element name="TWindowsMaskList.Create.CaseSensitive">
<short>True if the mask expression(s) are case sensitive.</short>
<short><b>True</b> if the mask expression(s) are case sensitive.</short>
</element>
<element name="TWindowsMaskList.Create.AOpcodesAllowed">
<short>Set of TMaskOpCode values enabled for the class instance.</short>
@ -1767,7 +1771,7 @@
<seealso/>
</element>
<element name="TWindowsMaskList.MatchesWindowsMask.Result">
<short>True if the specified file name matches one of the mask in the list.</short>
<short><b>True</b> if the specified file name matches one of the mask in the list.</short>
</element>
<element name="TWindowsMaskList.MatchesWindowsMask.AFileName">
<short>File name compared to the mask instances in the list.</short>
@ -1814,7 +1818,9 @@
</seealso>
</element>
<element name="MatchesMask.Result">
<short>True when the file name matches the mask value using the specified options.</short>
<short>
<b>True</b> when the file name matches the mask value using the specified options.
</short>
</element>
<element name="MatchesMask.FileName">
<short>File name compared to the mask value.</short>
@ -1823,7 +1829,7 @@
<short>Mask used to perform the comparison.</short>
</element>
<element name="MatchesMask.CaseSensitive">
<short>True when case sensitivity should be used in the comparison.</short>
<short><b>True</b> when case sensitivity should be used in the comparison.</short>
</element>
<element name="MatchesMask.Options">
<short>Set of options enabled for the comparison.</short>
@ -1878,7 +1884,9 @@
</seealso>
</element>
<element name="MatchesWindowsMask.Result">
<short>True when the file name matches the mask value using the specified options.</short>
<short>
<b>True</b> when the file name matches the mask value using the specified options.
</short>
</element>
<element name="MatchesWindowsMask.FileName">
<short>File name compared to the mask value.</short>
@ -1887,7 +1895,7 @@
<short>Mask used to perform the comparison.</short>
</element>
<element name="MatchesWindowsMask.CaseSensitive">
<short>True when case sensitivity should be used in the comparison.</short>
<short><b>True</b> when case sensitivity should be used in the comparison.</short>
</element>
<element name="MatchesWindowsMask.Options">
<short>Set of options enabled for the comparison.</short>
@ -1954,7 +1962,7 @@
</seealso>
</element>
<element name="MatchesMaskList.Result">
<short>True when Filename matches at least one of the masks in the list.</short>
<short><b>True</b> when Filename matches at least one of the masks in the list.</short>
</element>
<element name="MatchesMaskList.FileName">
<short>File name compared to the file masks in Mask.</short>
@ -1966,7 +1974,7 @@
<short>Character(s) used as a separator between mask expressions in Mask.</short>
</element>
<element name="MatchesMaskList.CaseSensitive">
<short>True if the file name to mask comparison is case sensitive.</short>
<short><b>True</b> if the file name to mask comparison is case sensitive.</short>
</element>
<element name="MatchesMaskList.Options">
<short>TMaskOption values which enable or disable features in the comparison.</short>
@ -2037,7 +2045,8 @@
</element>
<element name="MatchesWindowsMaskList.Result">
<short>
<b>True</b> when Filename matches at least one of the masks in the list.</short>
<b>True</b> when Filename matches at least one of the masks in the list.
</short>
</element>
<element name="MatchesWindowsMaskList.FileName">
<short>File name compared to the file masks in Mask.</short>
@ -2049,7 +2058,7 @@
<short>Character(s) used as a separator between mask expressions in Mask.</short>
</element>
<element name="MatchesWindowsMaskList.CaseSensitive">
<short>True if the file name to mask comparison is case sensitive.</short>
<short><b>True</b> if the file name to mask comparison is case sensitive.</short>
</element>
<element name="MatchesWindowsMaskList.Options">
<short>TMaskOption values which enable or disable features in the comparison.</short>